Class WSTrustException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.security.GeneralSecurityException
- 
- org.keycloak.saml.common.exceptions.fed.WSTrustException
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class WSTrustException extends GeneralSecurityException Exception used to convey that an error has happened when handling a WS-Trust request message. - Author:
- Stefan Guilhen
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description WSTrustException(String message)Creates an instance ofWSTrustExceptionusing the specified error message.WSTrustException(String message, Throwable cause)Creates an instance ofWSTrustExceptionusing the specified error message and cause.WSTrustException(Throwable t)Creates an instance ofWSTrustExceptionusing the specifiedThrowable.
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
WSTrustExceptionpublic WSTrustException(String message) Creates an instance of WSTrustExceptionusing the specified error message.- Parameters:
- message- the error message.
 
 - 
WSTrustExceptionpublic WSTrustException(String message, Throwable cause) Creates an instance of WSTrustExceptionusing the specified error message and cause.- Parameters:
- message- the error message.
- cause- a- Throwablerepresenting the cause of the error.
 
 
- 
 
-