org.idoox.xml.security
Class SignatureException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.idoox.util.WrappedException
              extended byorg.idoox.xml.security.SignatureException
All Implemented Interfaces:
java.io.Serializable

public class SignatureException
extends WrappedException

Exception Class represents all exceptions thrown when an error occurs and provides the available message.

See Also:
Serialized Form
Component:
Security-Providers

Constructor Summary
SignatureException()
          Constructor for the SignatureException object
SignatureException(java.lang.String message)
          Constructor for the SignatureException object
SignatureException(java.lang.String message, java.lang.Throwable e)
          Constructor for the SignatureException object
 
Methods inherited from class org.idoox.util.WrappedException
getCause, getException, getLocalizedMessage, getRootException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SignatureException

public SignatureException()
Constructor for the SignatureException object


SignatureException

public SignatureException(java.lang.String message)
Constructor for the SignatureException object

Parameters:
message - message

SignatureException

public SignatureException(java.lang.String message,
                          java.lang.Throwable e)
Constructor for the SignatureException object

Parameters:
message - message
e - the original exception