org.nhindirect.stagent.cryptography
Class EncryptionException

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.EncryptionException
All Implemented Interfaces:
Serializable

public class EncryptionException
extends CryptographicException

See Also:
Serialized Form

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

EncryptionException

public EncryptionException(EncryptionError error)

EncryptionException

public EncryptionException(EncryptionError error,
                           String message)
Constructs an exception with a message and the encryption error.

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

EncryptionException

public EncryptionException(EncryptionError error,
                           Exception innerException)
Constructs an exception with the encryption error and the exception that caused the error.

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

EncryptionException

public EncryptionException(EncryptionError error,
                           String message,
                           Exception innerException)
Constructs an exception with the encryption error, a message, and the exception that caused the error.

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


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