public class WSTrustException extends GeneralSecurityException
Exception used to convey that an error has happened when handling a WS-Trust request message.
Constructor and Description |
---|
WSTrustException(String message)
Creates an instance of
WSTrustException using the specified error message. |
WSTrustException(String message,
Throwable cause)
Creates an instance of
WSTrustException using the specified error message and cause. |
WSTrustException(Throwable t)
Creates an instance of
WSTrustException using the specified Throwable . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WSTrustException(String message)
Creates an instance of WSTrustException
using the specified error message.
message
- the error message.public WSTrustException(String message, Throwable cause)
Creates an instance of WSTrustException
using the specified error message and cause.
message
- the error message.cause
- a Throwable
representing the cause of the error.Copyright © 2019 JBoss by Red Hat. All rights reserved.