Uses of Enum Class
org.apache.wss4j.common.ext.WSSecurityException.ErrorCode
Packages that use WSSecurityException.ErrorCode
-
Uses of WSSecurityException.ErrorCode in org.apache.wss4j.common.ext
Methods in org.apache.wss4j.common.ext that return WSSecurityException.ErrorCodeModifier and TypeMethodDescriptionWSSecurityException.getErrorCode()Get the error code.Returns the enum constant of this class with the specified name.static WSSecurityException.ErrorCode[]WSSecurityException.ErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.wss4j.common.ext with parameters of type WSSecurityException.ErrorCodeModifierConstructorDescriptionWSSecurityException(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)