org.nhindirect.stagent.cryptography
Class CryptographicException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EncryptionException, SignatureException

public class CryptographicException
extends NHINDException

See Also:
Serialized Form

Constructor Summary
CryptographicException(Object error)
           
CryptographicException(Object error, Exception innerException)
          Constructs an exception with the error and the exception that caused the error.
CryptographicException(Object error, String message)
          Constructs an exception with a message and the error.
CryptographicException(Object error, String message, Exception innerException)
          Constructs an exception with the 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

CryptographicException

public CryptographicException(Object error)

CryptographicException

public CryptographicException(Object error,
                              String message)
Constructs an exception with a message and the error.

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

CryptographicException

public CryptographicException(Object error,
                              Exception innerException)
Constructs an exception with the error and the exception that caused the error.

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

CryptographicException

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

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


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