PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.wstrust
Class WSTrustException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by org.picketlink.identity.federation.core.wstrust.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 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

WSTrustException

public WSTrustException(String message)

Creates an instance of WSTrustException using the specified error message.

Parameters:
message - the error message.

WSTrustException

public WSTrustException(String message,
                        Throwable cause)

Creates an instance of WSTrustException using the specified error message and cause.

Parameters:
message - the error message.
cause - a Throwable representing the cause of the error.

WSTrustException

public WSTrustException(Throwable t)

Creates an instance of WSTrustException using the specified Throwable.

Parameters:
message - the error message.

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.