biz.onixs.fix.engine
Class LicenseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by biz.onixs.fix.engine.LicenseException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LicenseExpiredException, LicenseNotFoundException

public class LicenseException
extends Exception

See Also:
Serialized Form

Constructor Summary
LicenseException(String message)
          Constructor.
LicenseException(String message, Throwable cause)
          Constructor.
 
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(String message)
Constructor.

Parameters:
message - Error description.

LicenseException

public LicenseException(String message,
                        Throwable cause)
Constructor.

Parameters:
message - Error description.
cause - Inner exception.


Copyright © 2005-2012 Onix Solutions. All Rights Reserved.