XCMS Toolkit

com.cms.crypto
Class Base64Exception

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

public class Base64Exception
extends java.lang.Exception

Exception handler for Base64 operation.

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

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

Base64Exception

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

Parameters:
message - error or warning description

Base64Exception

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

Parameters:
e - error or warning type

Base64Exception

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

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

XCMS Toolkit


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