Package com.opencloud.license
Class LicenseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.opencloud.license.LicenseException
-
- All Implemented Interfaces:
Serializable
public class LicenseException extends Exception
LicenseException is thrown to indicate a problem with a license that is not due to a communication error (for example, a bad signature).
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LicenseException(String reason)
LicenseException(String reason, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-