org.nhindirect.stagent
Class SignatureValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by java.security.cert.CertificateException
                  extended by org.nhindirect.stagent.SignatureValidationException
All Implemented Interfaces:
Serializable

public class SignatureValidationException
extends CertificateException

Exception thrown when a message's signature can not be validated.

Author:
Greg Meyer, Umesh Madan
See Also:
Serialized Form

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

Constructor Detail

SignatureValidationException

public SignatureValidationException(String msg)
Constructs an exception with a message.

Parameters:
msg - The exception message.

SignatureValidationException

public SignatureValidationException(Exception innerException)
Constructs an exception with an exception that caused the error.

Parameters:
innerException - The exception that caused the error.

SignatureValidationException

public SignatureValidationException(String msg,
                                    Exception innerException)
Constructs an exception with a message and the exception that caused the error.

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


Copyright © 2010-2013 NHIN Direct. All Rights Reserved.