eu.beesoft.abeona
Class LicenseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by eu.beesoft.abeona.LicenseException
All Implemented Interfaces:
java.io.Serializable

public class LicenseException
extends java.lang.Exception

Instances of this class are thrown from License methods.

See Also:
Serialized Form

Constructor Summary
LicenseException(java.lang.String message)
          Create instance of LicenseException with given text.
LicenseException(java.lang.String message, java.lang.Throwable exception)
          Create instance of LicenseException with given text and caused exception.
 
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(java.lang.String message)
Create instance of LicenseException with given text.

Parameters:
message - Text for create exception.

LicenseException

public LicenseException(java.lang.String message,
                        java.lang.Throwable exception)
Create instance of LicenseException with given text and caused exception.

Parameters:
message - Text for create exception.
exception - Exception which is cause of creation of this instance.