org.apache.wss4j.stax.ext
Class WSSConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.xml.security.exceptions.XMLSecurityException
              extended by org.apache.wss4j.common.ext.WSSecurityException
                  extended by org.apache.wss4j.stax.ext.WSSConfigurationException
All Implemented Interfaces:
Serializable

public class WSSConfigurationException
extends WSSecurityException

Exception when configuration errors are detected

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.wss4j.common.ext.WSSecurityException
WSSecurityException.ErrorCode
 
Field Summary
 
Fields inherited from class org.apache.wss4j.common.ext.WSSecurityException
FAILED_AUTHENTICATION, FAILED_AUTHENTICATION_ERR, FAILED_CHECK, FAILED_CHECK_ERR, INVALID_SECURITY, INVALID_SECURITY_ERR, INVALID_SECURITY_TOKEN, INVALID_SECURITY_TOKEN_ERR, MESSAGE_EXPIRED, MESSAGE_EXPIRED_ERR, NS_WSSE10, SECURITY_ERROR, SECURITY_TOKEN_UNAVAILABLE, SECURITY_TOKEN_UNAVAILABLE_ERR, UNIFIED_SECURITY_ERR, UNSUPPORTED_ALGORITHM, UNSUPPORTED_ALGORITHM_ERR, UNSUPPORTED_SECURITY_TOKEN, UNSUPPORTED_TOKEN_ERR
 
Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID
 
Constructor Summary
WSSConfigurationException(WSSecurityException.ErrorCode errorCode)
           
WSSConfigurationException(WSSecurityException.ErrorCode errorCode, String msgId)
           
WSSConfigurationException(WSSecurityException.ErrorCode errorCode, String msgId, Object... args)
           
WSSConfigurationException(WSSecurityException.ErrorCode errorCode, String msgId, Throwable exception)
           
WSSConfigurationException(WSSecurityException.ErrorCode errorCode, String msgId, Throwable exception, Object... args)
           
 
Method Summary
 
Methods inherited from class org.apache.wss4j.common.ext.WSSecurityException
getErrorCode, getFaultCode, getSafeExceptionMessage, getSafeFaultCode
 
Methods inherited from class org.apache.xml.security.exceptions.XMLSecurityException
getMsgID, getOriginalException, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WSSConfigurationException

public WSSConfigurationException(WSSecurityException.ErrorCode errorCode,
                                 String msgId,
                                 Throwable exception,
                                 Object... args)

WSSConfigurationException

public WSSConfigurationException(WSSecurityException.ErrorCode errorCode,
                                 String msgId,
                                 Throwable exception)

WSSConfigurationException

public WSSConfigurationException(WSSecurityException.ErrorCode errorCode,
                                 String msgId,
                                 Object... args)

WSSConfigurationException

public WSSConfigurationException(WSSecurityException.ErrorCode errorCode,
                                 String msgId)

WSSConfigurationException

public WSSConfigurationException(WSSecurityException.ErrorCode errorCode)


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