biz.onixs.fix.fast
Class DynamicErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by biz.onixs.fix.fast.FastException
              extended by biz.onixs.fix.fast.DynamicErrorException
All Implemented Interfaces:
Serializable

public class DynamicErrorException
extends FastException

FAST Dynamic Error.

See Also:
Serialized Form

Constructor Summary
DynamicErrorException(DynamicErrorCode dynamicErrorCode)
           
DynamicErrorException(DynamicErrorCode dynamicErrorCode, String message)
           
DynamicErrorException(DynamicErrorCode dynamicErrorCode, String message, Throwable cause)
           
DynamicErrorException(DynamicErrorCode dynamicErrorCode, Throwable cause)
           
 
Method Summary
 DynamicErrorCode getDynamicErrorCode()
           
 void setDynamicErrorCode(DynamicErrorCode dynamicErrorCode)
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DynamicErrorException

public DynamicErrorException(DynamicErrorCode dynamicErrorCode)

DynamicErrorException

public DynamicErrorException(DynamicErrorCode dynamicErrorCode,
                             String message)

DynamicErrorException

public DynamicErrorException(DynamicErrorCode dynamicErrorCode,
                             String message,
                             Throwable cause)

DynamicErrorException

public DynamicErrorException(DynamicErrorCode dynamicErrorCode,
                             Throwable cause)
Method Detail

setDynamicErrorCode

public void setDynamicErrorCode(DynamicErrorCode dynamicErrorCode)

getDynamicErrorCode

public DynamicErrorCode getDynamicErrorCode()

toString

public String toString()
Overrides:
toString in class Throwable


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