Package 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
Exception when configuration errors are detected
- See Also:
-
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_ERRFields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID -
Constructor Summary
ConstructorsConstructorDescriptionWSSConfigurationException(WSSecurityException.ErrorCode errorCode, Exception exception, String msgId) WSSConfigurationException(WSSecurityException.ErrorCode errorCode, Exception exception, String msgId, Object[] args) WSSConfigurationException(WSSecurityException.ErrorCode errorCode, String msgId) WSSConfigurationException(WSSecurityException.ErrorCode errorCode, String msgId, Object[] args) -
Method Summary
Methods inherited from class org.apache.wss4j.common.ext.WSSecurityException
getErrorCode, getFaultCode, getSafeExceptionMessage, getSafeFaultCodeMethods inherited from class org.apache.xml.security.exceptions.XMLSecurityException
getMsgID, getOriginalException, printStackTrace, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
WSSConfigurationException
public WSSConfigurationException(WSSecurityException.ErrorCode errorCode, Exception exception, String msgId, Object[] args) -
WSSConfigurationException
public WSSConfigurationException(WSSecurityException.ErrorCode errorCode, Exception exception, String msgId) -
WSSConfigurationException
public WSSConfigurationException(WSSecurityException.ErrorCode errorCode, String msgId, Object[] args) -
WSSConfigurationException
-
WSSConfigurationException
-