Class CryptException

java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.vt.middleware.crypt.CryptException
All Implemented Interfaces:
Serializable

public final class CryptException extends Exception

CryptException encapsulates the many exceptions that can occur when working with the crypt libs.

Version:
$Revision: 2744 $
Author:
Middleware Services
See Also:
  • Constructor Details

    • CryptException

      public CryptException()

      This creates a new CryptException.

    • CryptException

      public CryptException(String msg)

      This creates a new CryptException with the supplied aMessage.

      Parameters:
      msg - String
    • CryptException

      public CryptException(Throwable aCause)

      This creates a new CryptException with the supplied aCause.

      Parameters:
      aCause - Exception
    • CryptException

      public CryptException(String msg, Throwable aCause)

      This creates a new CryptException with the supplied aMessage and aCause.

      Parameters:
      msg - String
      aCause - Throwable