com.im.commons 5.9

com.im.commons.util
Class LicenseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
LicenseException()
          Creates a new instance of LicenseException without detail message.
LicenseException(String msg)
          Constructs an instance of LicenseException with the specified detail message.
LicenseException(String msg, Throwable 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

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)

com.im.commons 5.9