|
common-util | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
local.tomas.license.LicenseException
public class LicenseException
License exception.
| Constructor Summary | |
|---|---|
LicenseException()
Default constructor. |
|
LicenseException(String message)
Construct exception from message. |
|
LicenseException(String message,
Throwable cause)
Construct exception from message and root cause. |
|
LicenseException(Throwable cause)
Construct exception from root 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 LicenseException()
public LicenseException(String message,
Throwable cause)
message - the messagecause - the root causepublic LicenseException(String message)
message - the messagepublic LicenseException(Throwable cause)
cause - root cause
|
common-util | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||