java.io.Serializable
public class LicensingException extends CacheException implements java.io.Serializable
Constructor | Description |
---|---|
LicensingException() |
Default constructor
|
LicensingException(int errorCode,
java.lang.String reason,
java.lang.String stackTrace) |
overloaded constructor.
|
LicensingException(java.lang.String s) |
Overloaded constructor, takes the reason as parameter.
|
getErrorCode, printStackTrace, setErrorCode
public LicensingException()
public LicensingException(java.lang.String s)
s
- reason of exceptionpublic LicensingException(int errorCode, java.lang.String reason, java.lang.String stackTrace)
errorCode
- assigned errorCodereason
- the detail message.stackTrace
- stackTrace