Uses of Class
org.xipki.util.exception.ErrorCode
-
Packages that use ErrorCode Package Description org.xipki.util.exception -
-
Uses of ErrorCode in org.xipki.util.exception
Methods in org.xipki.util.exception that return ErrorCode Modifier and Type Method Description ErrorCodeOperationException. getErrorCode()static ErrorCodeErrorCode. ofCode(int 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.Constructors in org.xipki.util.exception with parameters of type ErrorCode Constructor Description OperationException(ErrorCode errorCode)OperationException(ErrorCode errorCode, String errorMessage)OperationException(ErrorCode errorCode, Throwable throwable)
-