edu.vt.middleware.crypt
Class CryptException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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: 3 $
Author:
Middleware Services
See Also:
Serialized Form

Constructor Summary
CryptException()
          This creates a new CryptException.
CryptException(String msg)
          This creates a new CryptException with the supplied message.
CryptException(String msg, Throwable cause)
          This creates a new CryptException with the supplied message and cause.
CryptException(Throwable cause)
          This creates a new CryptException with the supplied cause.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CryptException

public CryptException()

This creates a new CryptException.


CryptException

public CryptException(String msg)

This creates a new CryptException with the supplied message.

Parameters:
msg - String

CryptException

public CryptException(Throwable cause)

This creates a new CryptException with the supplied cause.

Parameters:
cause - Exception

CryptException

public CryptException(String msg,
                      Throwable cause)

This creates a new CryptException with the supplied message and cause.

Parameters:
msg - String
cause - Throwable


Copyright © 2003-2011 Virginia Tech. All Rights Reserved.