CryptException Class

com.beasys.commerce.ebusiness.security
CryptException Class

public class CryptException

    extends ApplicationException

Represents encryption/decryption or key generation exceptions


Hierarchy
Object
  Throwable
    Exception
      ApplicationException
        CryptException
All Implemented Interfaces

Serializable

Constructor Summary

CryptException(String message, Throwable cause)

Constructs an instance of SecurityException
 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

CryptException

public CryptException(String message, 
                      Throwable cause)
Constructs an instance of SecurityException