org.jboss.identity.federation.api.wstrust
Class WSTrustException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.identity.federation.api.wstrust.WSTrustException
All Implemented Interfaces:
java.io.Serializable

public class WSTrustException
extends java.lang.Exception

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(java.lang.String message)
           Creates an instance of WSTrustException using the specified error message.
WSTrustException(java.lang.String message, java.lang.Throwable cause)
           Creates an instance of WSTrustException using the specified error message and cause.
 
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(java.lang.String message)

Creates an instance of WSTrustException using the specified error message.

Parameters:
message - the error message.

WSTrustException

public WSTrustException(java.lang.String message,
                        java.lang.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.


Copyright © 2009 JBoss Inc.. All Rights Reserved.