biz.onixs.fix.fast
Class ReportableErrorException

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

public class ReportableErrorException
extends FastException

FAST Reportable Error.

See Also:
Serialized Form

Constructor Summary
ReportableErrorException(ReportableErrorCode reportableErrorCode)
           
ReportableErrorException(ReportableErrorCode reportableErrorCode, String message)
           
ReportableErrorException(ReportableErrorCode dynamicErrorCode, String message, Throwable cause)
           
ReportableErrorException(ReportableErrorCode reportableErrorCode, Throwable cause)
           
 
Method Summary
 ReportableErrorCode getReportableErrorCode()
           
 void setReportableErrorCode(ReportableErrorCode reportableErrorCode)
           
 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

ReportableErrorException

public ReportableErrorException(ReportableErrorCode reportableErrorCode)

ReportableErrorException

public ReportableErrorException(ReportableErrorCode reportableErrorCode,
                                String message)

ReportableErrorException

public ReportableErrorException(ReportableErrorCode dynamicErrorCode,
                                String message,
                                Throwable cause)

ReportableErrorException

public ReportableErrorException(ReportableErrorCode reportableErrorCode,
                                Throwable cause)
Method Detail

getReportableErrorCode

public ReportableErrorCode getReportableErrorCode()

setReportableErrorCode

public void setReportableErrorCode(ReportableErrorCode reportableErrorCode)

toString

public String toString()
Overrides:
toString in class Throwable


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