com.atlassian.extras.api
Class LicenseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.extras.api.LicenseException
- All Implemented Interfaces:
- java.io.Serializable
public class LicenseException
- extends java.lang.RuntimeException
The root exception for everything license related. Note this is a runtime exception.
- See Also:
- Serialized Form
| 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 |
LicenseException
public LicenseException()
LicenseException
public LicenseException(java.lang.String message)
LicenseException
public LicenseException(java.lang.String message,
java.lang.Throwable cause)
LicenseException
public LicenseException(java.lang.Throwable cause)
Copyright © 2005-2014 Atlassian. All Rights Reserved.