org.nhindirect.stagent.cryptography
Class SignatureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nhindirect.stagent.NHINDException
org.nhindirect.stagent.cryptography.CryptographicException
org.nhindirect.stagent.cryptography.SignatureException
- All Implemented Interfaces:
- Serializable
public class SignatureException
- extends CryptographicException
- See Also:
- Serialized Form
SignatureException
public SignatureException(SignatureError error)
SignatureException
public SignatureException(SignatureError error,
String message)
- Constructs an exception with a message and the signature error.
- Parameters:
error - The signature errormsg - The exception message.
SignatureException
public SignatureException(SignatureError error,
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,
String message,
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-2014 NHIN Direct. All Rights Reserved.