Class GenericConnectorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.evolveum.midpoint.provisioning.api.GenericConnectorException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorDescriptionGenericConnectorException
(String message) GenericConnectorException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GenericConnectorException
public GenericConnectorException() -
GenericConnectorException
-
GenericConnectorException
-
GenericConnectorException
-