org.picketlink.common.exceptions.fed
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 . |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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 © 2014 JBoss by Red Hat. All Rights Reserved.