Uses of Class
biz.onixs.fix.fast.ReportableErrorCode

Packages that use ReportableErrorCode
biz.onixs.fix.fast   
 

Uses of ReportableErrorCode in biz.onixs.fix.fast
 

Methods in biz.onixs.fix.fast that return ReportableErrorCode
 ReportableErrorCode ReportableErrorException.getReportableErrorCode()
           
static ReportableErrorCode ReportableErrorCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReportableErrorCode[] ReportableErrorCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in biz.onixs.fix.fast with parameters of type ReportableErrorCode
 void ReportableErrorException.setReportableErrorCode(ReportableErrorCode reportableErrorCode)
           
 

Constructors in biz.onixs.fix.fast with parameters of type ReportableErrorCode
ReportableErrorException(ReportableErrorCode reportableErrorCode)
           
ReportableErrorException(ReportableErrorCode reportableErrorCode, String message)
           
ReportableErrorException(ReportableErrorCode dynamicErrorCode, String message, Throwable cause)
           
ReportableErrorException(ReportableErrorCode reportableErrorCode, Throwable cause)
           
 



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