com.ebasetech.ufs.utility
Class CryptException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ebasetech.ufs.utility.CryptException
All Implemented Interfaces:
java.io.Serializable

public class CryptException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
CryptException()
           
CryptException(java.lang.String arg0)
           
CryptException(java.lang.String arg0, java.lang.Throwable arg1)
           
CryptException(java.lang.Throwable arg0)
           
 
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()

CryptException

public CryptException(java.lang.String arg0)

CryptException

public CryptException(java.lang.Throwable arg0)

CryptException

public CryptException(java.lang.String arg0,
                      java.lang.Throwable arg1)