biz.onixs.fix.fast
Class FastException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by biz.onixs.fix.fast.FastException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DynamicErrorException, NotEnoughInputDataException, ReportableErrorException, StaticErrorException

public class FastException
extends Exception

Base FAST exception.

See Also:
Serialized Form

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

FastException

public FastException()

FastException

public FastException(String message)

FastException

public FastException(String message,
                     Throwable cause)

FastException

public FastException(Throwable cause)


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