Class IdentityAssertionPluginException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.openig.assertion.plugin.IdentityAssertionPluginException
All Implemented Interfaces:
Serializable

public final class IdentityAssertionPluginException extends Exception
An exception specific to issues within the plugin package.
See Also:
  • Constructor Details

    • IdentityAssertionPluginException

      public IdentityAssertionPluginException(String message)
      Create a new instance with a specific message.
      Parameters:
      message - The message related to the generated exception.
    • IdentityAssertionPluginException

      public IdentityAssertionPluginException(String message, Exception cause)
      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

      public IdentityAssertionPluginException(Exception cause)
      Create a new instance to wrap an exception.
      Parameters:
      cause - The cause to wrap with this exception.