public class WSSConfigurationException extends WSSecurityException
WSSecurityException.ErrorCode
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
Constructor and Description |
---|
WSSConfigurationException(WSSecurityException.ErrorCode errorCode) |
WSSConfigurationException(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) |
getErrorCode, getFaultCode, getSafeExceptionMessage, getSafeFaultCode
getMsgID, getOriginalException, printStackTrace, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace
public WSSConfigurationException(WSSecurityException.ErrorCode errorCode, Exception exception, String msgId, Object[] args)
public WSSConfigurationException(WSSecurityException.ErrorCode errorCode, Exception exception, String msgId)
public WSSConfigurationException(WSSecurityException.ErrorCode errorCode, String msgId, Object[] args)
public WSSConfigurationException(WSSecurityException.ErrorCode errorCode, String msgId)
public WSSConfigurationException(WSSecurityException.ErrorCode errorCode)
Copyright © 2017 JBoss by Red Hat. All rights reserved.