|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.xml.security.exceptions.XMLSecurityException
org.apache.wss4j.common.ext.WSSecurityException
org.apache.wss4j.stax.ext.WSSConfigurationException
public class WSSConfigurationException
Exception when configuration errors are detected
| 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_CHECK, INVALID_SECURITY, INVALID_SECURITY_TOKEN, MESSAGE_EXPIRED, NS_WSSE10, SECURITY_TOKEN_UNAVAILABLE, UNSUPPORTED_ALGORITHM, UNSUPPORTED_SECURITY_TOKEN |
| 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 |
| 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 |
|---|
public WSSConfigurationException(WSSecurityException.ErrorCode errorCode,
String msgId,
Throwable exception,
Object... args)
public WSSConfigurationException(WSSecurityException.ErrorCode errorCode,
String msgId,
Throwable exception)
public WSSConfigurationException(WSSecurityException.ErrorCode errorCode,
String msgId,
Object... args)
public WSSConfigurationException(WSSecurityException.ErrorCode errorCode,
String msgId)
public WSSConfigurationException(WSSecurityException.ErrorCode errorCode)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||