Uses of Class
com.axway.apim.lib.error.ErrorCode
-
Packages that use ErrorCode Package Description com.axway.apim.lib com.axway.apim.lib.error -
-
Uses of ErrorCode in com.axway.apim.lib
Methods in com.axway.apim.lib that return ErrorCode Modifier and Type Method Description ErrorCodeResult. getErrorCode()Methods in com.axway.apim.lib with parameters of type ErrorCode Modifier and Type Method Description voidResult. setError(ErrorCode errorCode) -
Uses of ErrorCode in com.axway.apim.lib.error
Methods in com.axway.apim.lib.error that return ErrorCode Modifier and Type Method Description ErrorCodeAppException. getError()ErrorCodeErrorCodeMapper. getMapedErrorCode(ErrorCode code)static ErrorCodeErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorCode[]ErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.axway.apim.lib.error with parameters of type ErrorCode Modifier and Type Method Description ErrorCodeErrorCodeMapper. getMapedErrorCode(ErrorCode code)Constructors in com.axway.apim.lib.error with parameters of type ErrorCode Constructor Description AppException(String message, ErrorCode errorCode)AppException(String message, ErrorCode errorCode, Throwable throwable)AppException(String message, String secondMessage, ErrorCode errorCode, Throwable throwable)
-