com.oki.sip.license
Class IllegalLicenseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.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
| 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 |
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.