com.evolveum.midpoint.provisioning.api
Class GenericConnectorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.evolveum.midpoint.provisioning.api.GenericConnectorException
- All Implemented Interfaces:
- java.io.Serializable
public class GenericConnectorException
- extends java.lang.RuntimeException
Generic indistinguishable error of a connector framework.
Please do not use this exception if possible!
Only errors that cannot be categorized or that are not
expected at all should use this exception.
This is RUNTIME exception. As this error is generic and
we cannot distinguish any details, there is no hope that
an interface client can do anything with it. So don't even
bother catching it.
- Author:
- Radovan Semancik
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GenericConnectorException
public GenericConnectorException()
GenericConnectorException
public GenericConnectorException(java.lang.String message)
GenericConnectorException
public GenericConnectorException(java.lang.Throwable cause)
GenericConnectorException
public GenericConnectorException(java.lang.String message,
java.lang.Throwable cause)
Copyright © 2012 evolveum. All Rights Reserved.