org.apache.wss4j.stax.ext
Class WSSConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xml.security.exceptions.XMLSecurityException
org.apache.wss4j.common.ext.WSSecurityException
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
| 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_TOKEN_UNAVAILABLE, SECURITY_TOKEN_UNAVAILABLE_ERR, UNSUPPORTED_ALGORITHM, UNSUPPORTED_ALGORITHM_ERR, UNSUPPORTED_SECURITY_TOKEN, UNSUPPORTED_TOKEN_ERR |
| Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException |
msgID |
| Methods inherited from class org.apache.xml.security.exceptions.XMLSecurityException |
getMsgID, getOriginalException, printStackTrace, toString |
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–2014 The Apache Software Foundation. All rights reserved.