biz.onixs.fix.fast
Class StaticErrorException

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.StaticErrorException
All Implemented Interfaces:
Serializable

public class StaticErrorException
extends FastException

FAST Static Error.

See Also:
Serialized Form

Constructor Summary
StaticErrorException(StaticErrorCode staticErrorCode)
           
StaticErrorException(StaticErrorCode staticErrorCode, String message)
           
StaticErrorException(StaticErrorCode staticErrorCode, String message, Throwable cause)
           
StaticErrorException(StaticErrorCode staticErrorCode, Throwable cause)
           
 
Method Summary
 StaticErrorCode getStaticErrorCode()
           
 void setStaticErrorCode(StaticErrorCode staticErrorCode)
           
 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

StaticErrorException

public StaticErrorException(StaticErrorCode staticErrorCode)

StaticErrorException

public StaticErrorException(StaticErrorCode staticErrorCode,
                            String message)

StaticErrorException

public StaticErrorException(StaticErrorCode staticErrorCode,
                            String message,
                            Throwable cause)

StaticErrorException

public StaticErrorException(StaticErrorCode staticErrorCode,
                            Throwable cause)
Method Detail

getStaticErrorCode

public StaticErrorCode getStaticErrorCode()

setStaticErrorCode

public void setStaticErrorCode(StaticErrorCode staticErrorCode)

toString

public String toString()
Overrides:
toString in class Throwable


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