Module org.glassfish.soteria
Class IdentityStoreConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.glassfish.soteria.identitystores.IdentityStoreException
-
- org.glassfish.soteria.identitystores.IdentityStoreConfigurationException
-
- All Implemented Interfaces:
Serializable
public class IdentityStoreConfigurationException extends IdentityStoreException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdentityStoreConfigurationException(String message)IdentityStoreConfigurationException(String message, Throwable cause)IdentityStoreConfigurationException(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 Detail
-
IdentityStoreConfigurationException
public IdentityStoreConfigurationException(String message, Throwable cause)
-
IdentityStoreConfigurationException
public IdentityStoreConfigurationException(Throwable cause)
-
IdentityStoreConfigurationException
public IdentityStoreConfigurationException(String message)
-
-