|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jp.protection.pub.LicenseOutdatedException
public class LicenseOutdatedException
Internal utility exception that can be thrown during the license reading and validation to indicate that license is outdated (e.g. as result of getting new license during the execution of one of the resolver's methods) and need to be re-read and re-checked. Note: no code outside of license reader and license host should deal with this exception.
Constructor Summary | |
---|---|
LicenseOutdatedException()
Constructs a new exception with null as its
detail message. |
|
LicenseOutdatedException(java.lang.String message)
Constructs a new exception with the specified detail message. |
|
LicenseOutdatedException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause. |
|
LicenseOutdatedException(java.lang.Throwable cause)
Constructs a new exception with the specified cause. |
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 |
---|
public LicenseOutdatedException()
null
as its
detail message.
public LicenseOutdatedException(java.lang.String message)
message
- the detail messagepublic LicenseOutdatedException(java.lang.String message, java.lang.Throwable cause)
message
- the detail messagecause
- the cause (a null value is
permitted, and indicates that the cause is nonexistent or
unknown.)public LicenseOutdatedException(java.lang.Throwable cause)
cause
- the cause. (a null value is
permitted, and indicates that the cause is nonexistent or
unknown.)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |