amber.server.exception
Class LicenseKeyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--amber.server.exception.AmberException
                    |
                    +--amber.server.exception.LicenseKeyException
All Implemented Interfaces:
java.io.Serializable

public class LicenseKeyException
extends AmberException

This class handles the requirements for exceptions created by the License Key handling classes.

Version:
1.0.0
Author:
Dr. David J. Knowles / Mark Howard
See Also:
AmberLicenseKey, Serialized Form

Constructor Summary
LicenseKeyException(int errorCode)
           
LicenseKeyException(java.lang.String msg)
           
LicenseKeyException(java.lang.String msg, int errorCode)
           
LicenseKeyException(java.lang.String msg, int errorCode, java.lang.Throwable ex)
           
LicenseKeyException(java.lang.String msg, java.lang.Throwable ex)
           
 
Methods inherited from class amber.server.exception.AmberException
addException, getErrorCode, getPriorException, printStackTrace, printStackTrace, printStackTrace, setErrorCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LicenseKeyException

public LicenseKeyException(java.lang.String msg)

LicenseKeyException

public LicenseKeyException(int errorCode)

LicenseKeyException

public LicenseKeyException(java.lang.String msg,
                           java.lang.Throwable ex)

LicenseKeyException

public LicenseKeyException(java.lang.String msg,
                           int errorCode)

LicenseKeyException

public LicenseKeyException(java.lang.String msg,
                           int errorCode,
                           java.lang.Throwable ex)


Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.