|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
eu.beesoft.abeona.LicenseException
public class LicenseException
Instances of this class are thrown from License
methods.
Constructor Summary | |
---|---|
LicenseException(java.lang.String message)
Create instance of LicenseException with given text. |
|
LicenseException(java.lang.String message,
java.lang.Throwable exception)
Create instance of LicenseException with given text and caused exception. |
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 LicenseException(java.lang.String message)
message
- Text for create exception.public LicenseException(java.lang.String message, java.lang.Throwable exception)
message
- Text for create exception.exception
- Exception which is cause of creation of this instance.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |