Package com.sun.xml.ws.security.trust
Class WSTrustSOAPFaultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.xml.ws.security.trust.WSTrustSOAPFaultException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
WSSCSOAPFaultException
Captures the SOAPFault that needs to be thrown by an STS when a processing error occurs
- Author:
- Kumar Jayanti
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final Stringstatic final QNamestatic final Stringstatic final QNamestatic final Stringstatic final QNamestatic final Stringstatic final QNamestatic final Stringstatic final QNamestatic final Stringstatic final QNamestatic final Stringstatic final QNamestatic final Stringstatic final QNamestatic final Stringstatic final QNamestatic final Stringstatic final QNamestatic final String -
Constructor Summary
ConstructorsConstructorDescriptionWSTrustSOAPFaultException(String message, Throwable cause, QName faultCode, String faultString) Creates a new instance of WSTrustSOAPFaultException -
Method Summary
Modifier and TypeMethodDescriptionGet the FaultCode (QName) for this exceptionGet the FaultString for this exceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
WS_TRUST_INVALID_REQUEST_FAULT
-
WS_TRUST_FAILED_AUTHENTICATION_FAULT
-
WS_TRUST_REQUEST_FAILED_FAULT
-
WS_TRUST_INVALID_SECURITYTOKEN_FAULT
-
WS_TRUST_AUTHENTICATION_BAD_ELEMENTS_FAULT
-
WS_TRUST_EXPIRED_DATA_FAULT
-
WS_TRUST_INVALID_TIMERANGE_FAULT
-
WS_TRUST_INVALID_SCOPE_FAULT
-
WS_TRUST_RENEW_NEEDED_FAULT
-
WS_TRUST_UNABLE_TO_RENEW_FAULT
-
WS_TRUST_BAD_REQUEST_FAULT
-
WS_TRUST_INVALID_REQUEST_FAULTSTRING
- See Also:
-
WS_TRUST_FAILED_AUTHENTICATION_FAULTSTRING
- See Also:
-
WS_TRUST_REQUEST_FAILED_FAULTSTRING
- See Also:
-
WS_TRUST_INVALID_SECURITYTOKEN_FAULTSTRING
- See Also:
-
WS_TRUST_AUTHENTICATION_BAD_ELEMENTS_FAULTSTRING
- See Also:
-
WS_TRUST_BAD_REQUEST_FAULTSTRING
- See Also:
-
WS_TRUST_EXPIRED_DATA_FAULTSTRING
- See Also:
-
WS_TRUST_INVALID_TIMERANGE_FAULTSTRING
- See Also:
-
WS_TRUST_INVALID_SCOPE_FAULTSTRING
- See Also:
-
WS_TRUST_RENEW_NEEDED_FAULTSTRING
- See Also:
-
WS_TRUST_UNABLE_TO_RENEW_FAULTSTRING
- See Also:
-
-
Constructor Details
-
Method Details
-
getFaultString
Get the FaultString for this exception -
getFaultCode
Get the FaultCode (QName) for this exception
-