com.im.commons.util
Class LicenseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.im.commons.util.LicenseException
- All Implemented Interfaces:
- Serializable
public class LicenseException
- extends RuntimeException
This exception is thrown when an unlicensed feature is used
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LicenseException
public LicenseException()
- Creates a new instance of
LicenseException without detail message.
LicenseException
public LicenseException(String msg)
- Constructs an instance of
LicenseException with the specified detail message.
- Parameters:
msg - The detail message.
LicenseException
public LicenseException(String msg,
Throwable cause)