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