biz.onixs.fix.engine
Class EngineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by biz.onixs.fix.engine.EngineException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
StorageException

public class EngineException
extends RuntimeException

The exception that is thrown when a non-fatal error occurs in the FIX Engine.

See Also:
Serialized Form

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

EngineException

public EngineException()

EngineException

public EngineException(String message)

EngineException

public EngineException(String message,
                       Throwable cause)

EngineException

public EngineException(Throwable cause)


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