|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
org.picketlink.identity.federation.core.wstrust.WSTrustException
public class WSTrustException
Exception used to convey that an error has happened when handling a WS-Trust request message.
Constructor Summary | |
---|---|
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 . |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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.public WSTrustException(Throwable t)
Creates an instance of WSTrustException
using the specified Throwable
.
message
- the error message.
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |