Uses of Class
org.apache.wss4j.common.ext.WSSecurityException.ErrorCode
-
Packages that use WSSecurityException.ErrorCode Package Description org.apache.wss4j.common.ext -
-
Uses of WSSecurityException.ErrorCode in org.apache.wss4j.common.ext
Methods in org.apache.wss4j.common.ext that return WSSecurityException.ErrorCode Modifier and Type Method Description WSSecurityException.ErrorCodeWSSecurityException. getErrorCode()Get the error code.static WSSecurityException.ErrorCodeWSSecurityException.ErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static WSSecurityException.ErrorCode[]WSSecurityException.ErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.wss4j.common.ext with parameters of type WSSecurityException.ErrorCode Constructor Description WSSecurityException(WSSecurityException.ErrorCode errorCode)WSSecurityException(WSSecurityException.ErrorCode errorCode, Exception exception)WSSecurityException(WSSecurityException.ErrorCode errorCode, Exception exception, String msgId)WSSecurityException(WSSecurityException.ErrorCode errorCode, Exception exception, String msgId, Object[] arguments)WSSecurityException(WSSecurityException.ErrorCode errorCode, String msgId)WSSecurityException(WSSecurityException.ErrorCode errorCode, String msgId, Object[] arguments)
-