Class 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:
  • Constructor Details

    • 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.