Uses of Class
biz.onixs.fix.fastnew.ReportableErrorException.Code

Packages that use ReportableErrorException.Code
biz.onixs.fix.fastnew   
 

Uses of ReportableErrorException.Code in biz.onixs.fix.fastnew
 

Fields in biz.onixs.fix.fastnew declared as ReportableErrorException.Code
protected  ReportableErrorException.Code ReportableErrorException.code
          The error code for this exception.
 

Methods in biz.onixs.fix.fastnew that return ReportableErrorException.Code
 ReportableErrorException.Code ReportableErrorException.getCode()
          Returns the error code for this exception
static ReportableErrorException.Code ReportableErrorException.Code.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReportableErrorException.Code[] ReportableErrorException.Code.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in biz.onixs.fix.fastnew with parameters of type ReportableErrorException.Code
ReportableErrorException(ReportableErrorException.Code code)
          A constructor for reportable errors that takes only an error code.
ReportableErrorException(ReportableErrorException.Code code, String message)
          A constructor for reportable errors that takes and error code and a message.
ReportableErrorException(ReportableErrorException.Code code, String message, Throwable cause)
          A constructor for reportable errors that takes an error code, a message, and a cause.
ReportableErrorException(ReportableErrorException.Code code, Throwable cause)
          A constructor for reportable errors that takes an error code and a cause.
 



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