XCMS Toolkit

com.cms.crypto
Class CryptoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.cms.crypto.CryptoException
All Implemented Interfaces:
java.io.Serializable

public class CryptoException
extends java.lang.Exception

Exception handler for cryptographic operations.

Version:
1.00 - 2005/12/21
Author:
support@phillipgriffin.com
See Also:
Serialized Form

Constructor Summary
CryptoException(java.lang.Exception e)
          Constructor for CryptoException with exception type.
CryptoException(java.lang.String message)
          Constructor for CryptoException with exception message.
CryptoException(java.lang.String message, java.lang.Exception e)
          Constructor for CryptoException with exception message and exception type
 
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

CryptoException

public CryptoException(java.lang.String message)
Constructor for CryptoException with exception message.

Parameters:
message - error or warning description

CryptoException

public CryptoException(java.lang.Exception e)
Constructor for CryptoException with exception type.

Parameters:
e - error or warning exception type

CryptoException

public CryptoException(java.lang.String message,
                       java.lang.Exception e)
Constructor for CryptoException with exception message and exception type

Parameters:
message - error or warning description
e - error or warning exception type

XCMS Toolkit


Copyright © 2005-2006 GRIFFIN Consulting. All Rights Reserved.