Uses of Class
org.apache.wss4j.common.ext.WSSecurityException.ErrorCode

Packages that use WSSecurityException.ErrorCode
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
 WSSecurityException.ErrorCode WSSecurityException.getErrorCode()
          Get the error code.
static WSSecurityException.ErrorCode WSSecurityException.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
WSSecurityException(WSSecurityException.ErrorCode errorCode)
          Constructor.
WSSecurityException(WSSecurityException.ErrorCode errorCode, Exception exception)
           
WSSecurityException(WSSecurityException.ErrorCode errorCode, String msgId, Exception exception)
          Constructor.
WSSecurityException(WSSecurityException.ErrorCode errorCode, String msgId, Exception exception, Object... arguments)
          Constructor.
WSSecurityException(WSSecurityException.ErrorCode errorCode, String msgId, Object... arguments)
          Constructor.
 



Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.