Class STSException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cxf.ws.security.sts.provider.STSException
- All Implemented Interfaces:
Serializable
A RuntimeException that can be thrown by an STS implementation. If the FaultCode is set, then this
code/String will be returned to the user, otherwise the Exception message is returned.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNameSpecification Fault Codesstatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final StringWS-Trust 1.3 namespace -
Constructor Summary
ConstructorsConstructorDescriptionSTSException(String message) STSException(String message, Throwable e) STSException(String message, Throwable e, QName faultCode) STSException(String message, QName faultCode) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
WST_NS_05_12
WS-Trust 1.3 namespace- See Also:
-
INVALID_REQUEST
Specification Fault Codes -
FAILED_AUTH
-
REQUEST_FAILED
-
INVALID_TOKEN
-
AUTH_BAD_ELEMENTS
-
BAD_REQUEST
-
EXPIRED_DATA
-
INVALID_TIME
-
INVALID_SCOPE
-
RENEW_NEEDED
-
UNABLE_TO_RENEW
-
-
Constructor Details
-
STSException
-
STSException
-
STSException
-
STSException
-
-
Method Details
-
setFaultCode
-
getFaultCode
-
getMessage
- Overrides:
getMessagein classThrowable
-