Uses of Class
org.xipki.pki.ErrorCode
-
-
Uses of ErrorCode in org.xipki.pki
Methods in org.xipki.pki 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.pki with parameters of type ErrorCode Constructor Description OperationException(ErrorCode errorCode)OperationException(ErrorCode errorCode, String errorMessage)OperationException(ErrorCode errorCode, Throwable throwable)
-