|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.idoox.security.util.RuntimeWrappedException
org.systinet.wasp.security.ws.WSSecurityException
Thrown to indicate that an error occured during WS-Security processing.
Field Summary | |
static WSSecurityException |
FAILED_AUTHENTICATION
Deprecated. Throw a new instance of WSSecurityException . |
static WSSecurityException |
FAILED_CHECK
Deprecated. Throw a new instance of WSSecurityException . |
static WSSecurityException |
INVALID_SECURITY
Deprecated. Throw a new instance of WSSecurityException . |
static WSSecurityException |
INVALID_SECURITY_TOKEN
Deprecated. Throw a new instance of WSSecurityException . |
static WSSecurityException |
SECURITY_TOKEN_UNAVAILABLE
Deprecated. Throw a new instance of WSSecurityException . |
static WSSecurityException |
UNSUPPORTED_ALGORITHM
Deprecated. Throw a new instance of WSSecurityException . |
static WSSecurityException |
UNSUPPORTED_SECURITY_TOKEN
Deprecated. Throw a new instance of WSSecurityException . |
Constructor Summary | |
WSSecurityException(java.lang.String faultCode)
Constructs a new exception with the specified fault code. |
|
WSSecurityException(java.lang.String faultCode,
java.lang.String message)
Constructs a new exception with the specified fault code and message. |
|
WSSecurityException(java.lang.String faultCode,
java.lang.Throwable cause)
Constructs a new exception with the fault code and the cause. |
|
WSSecurityException(java.lang.Throwable cause)
Constructs a new exception with the specified cause. |
Method Summary | |
java.lang.String |
getFaultCode()
Gets fault code. |
Methods inherited from class org.idoox.security.util.RuntimeWrappedException |
getException, getRootException, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final WSSecurityException UNSUPPORTED_SECURITY_TOKEN
WSSecurityException
.
public static final WSSecurityException INVALID_SECURITY
WSSecurityException
.
public static final WSSecurityException FAILED_AUTHENTICATION
WSSecurityException
.
public static final WSSecurityException FAILED_CHECK
WSSecurityException
.
public static final WSSecurityException INVALID_SECURITY_TOKEN
WSSecurityException
.
public static final WSSecurityException SECURITY_TOKEN_UNAVAILABLE
WSSecurityException
.
public static final WSSecurityException UNSUPPORTED_ALGORITHM
WSSecurityException
.
Constructor Detail |
public WSSecurityException(java.lang.String faultCode)
faultCode
- fault codepublic WSSecurityException(java.lang.String faultCode, java.lang.String message)
faultCode
- fault code, see ERROR_XXX constants in Constants
message
- fault stringConstants
public WSSecurityException(java.lang.Throwable cause)
cause
- the causepublic WSSecurityException(java.lang.String faultCode, java.lang.Throwable cause)
faultCode
- fault code - see available fault codes ERROR_XXX in Constants
cause
- the causeMethod Detail |
public java.lang.String getFaultCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |