com.oki.sip.license
Class IllegalLicenseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.oki.sip.license.IllegalLicenseException
All Implemented Interfaces:
java.io.Serializable

public class IllegalLicenseException
extends java.lang.RuntimeException

Exception class generated when a request beyond the conditions of the license file was made.

Since:
SSE 2.0
Version:
$Revision: 1.3 $ $Date: 2005/01/27 01:14:12 $
Author:
Oki Electric Industry Co.,Ltd.
See Also:
Serialized Form

Constructor Summary
IllegalLicenseException()
           
IllegalLicenseException(int ecode, java.lang.String arg0)
          Constructor.
IllegalLicenseException(java.lang.String message)
           
IllegalLicenseException(java.lang.String message, java.lang.Throwable cause)
           
IllegalLicenseException(java.lang.Throwable cause)
           
 
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

IllegalLicenseException

public IllegalLicenseException()

IllegalLicenseException

public IllegalLicenseException(java.lang.String message)

IllegalLicenseException

public IllegalLicenseException(java.lang.String message,
                               java.lang.Throwable cause)

IllegalLicenseException

public IllegalLicenseException(java.lang.Throwable cause)

IllegalLicenseException

public IllegalLicenseException(int ecode,
                               java.lang.String arg0)
Constructor. The string that contains causes of errors can be retrieved using the getMessage method.