biz.onixs.fix.engine
Class LicenseNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by biz.onixs.fix.engine.LicenseException
              extended by biz.onixs.fix.engine.LicenseNotFoundException
All Implemented Interfaces:
Serializable

public class LicenseNotFoundException
extends LicenseException

See Also:
Serialized Form

Constructor Summary
LicenseNotFoundException(String message)
          Constructor.
LicenseNotFoundException(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

LicenseNotFoundException

public LicenseNotFoundException(String message)
Constructor.

Parameters:
message - Error description.

LicenseNotFoundException

public LicenseNotFoundException(String message,
                                Throwable cause)
Constructor.

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


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