Class IdentityAssertionPluginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.openig.assertion.plugin.IdentityAssertionPluginException
- All Implemented Interfaces:
 Serializable
An exception specific to issues within the 
plugin package.- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionCreate a new instance to wrap an exception.IdentityAssertionPluginException(String message) Create a new instance with a specific message.IdentityAssertionPluginException(String message, Exception cause) Create a new instance to wrap an exception. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
IdentityAssertionPluginException
Create a new instance with a specific message.- Parameters:
 message- The message related to the generated exception.
 - 
IdentityAssertionPluginException
Create a new instance to wrap an exception.- Parameters:
 message- The message related to the generated exception.cause- The cause to wrap with this exception.
 - 
IdentityAssertionPluginException
Create a new instance to wrap an exception.- Parameters:
 cause- The cause to wrap with this exception.
 
 -