Class ConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.identityconnectors.framework.common.exceptions.ConnectorException
-
- org.identityconnectors.framework.common.exceptions.ConfigurationException
-
- All Implemented Interfaces:
Serializable
public class ConfigurationException extends ConnectorException
Thrown to indicate there was some configuration problem with one of the bundles. This could also be used during validation in the SPI.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationException()
ConfigurationException(String message)
ConfigurationException(String message, Throwable ex)
ConfigurationException(Throwable ex)
-
Method Summary
-
Methods inherited from class org.identityconnectors.framework.common.exceptions.ConnectorException
rethrow, wrap
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConfigurationException
public ConfigurationException()
- See Also:
ConnectorException()
-
ConfigurationException
public ConfigurationException(String message)
- See Also:
ConnectorException(String)
-
ConfigurationException
public ConfigurationException(Throwable ex)
- See Also:
ConnectorException(Throwable)
-
ConfigurationException
public ConfigurationException(String message, Throwable ex)
- See Also:
ConnectorException(String, Throwable)
-
-