org.nhindirect.stagent.cryptography
Class SignatureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.nhindirect.stagent.NHINDException
                  extended by org.nhindirect.stagent.cryptography.CryptographicException
                      extended by org.nhindirect.stagent.cryptography.SignatureException
All Implemented Interfaces:
java.io.Serializable

public class SignatureException
extends CryptographicException

See Also:
Serialized Form

Constructor Summary
SignatureException(SignatureError error)
           
SignatureException(SignatureError error, java.lang.Exception innerException)
          Constructs an exception with the signature error and the exception that caused the error.
SignatureException(SignatureError error, java.lang.String message)
          Constructs an exception with a message and the signature error.
SignatureException(SignatureError error, java.lang.String message, java.lang.Exception innerException)
          Constructs an exception with the signature error, a message, and the exception that caused the error.
 
Method Summary
 
Methods inherited from class org.nhindirect.stagent.NHINDException
getError, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SignatureException

public SignatureException(SignatureError error)

SignatureException

public SignatureException(SignatureError error,
                          java.lang.String message)
Constructs an exception with a message and the signature error.

Parameters:
error - The signature error
msg - The exception message.

SignatureException

public SignatureException(SignatureError error,
                          java.lang.Exception innerException)
Constructs an exception with the signature error and the exception that caused the error.

Parameters:
error - The signature error.
innerException - The exception that caused the error.

SignatureException

public SignatureException(SignatureError error,
                          java.lang.String message,
                          java.lang.Exception innerException)
Constructs an exception with the signature error, a message, and the exception that caused the error.

Parameters:
error - The signature error.
msg - The exception message.
innerException - The exception that caused the error.


Copyright © 2010-2011 HNIN Direct. All Rights Reserved.