Class WSTrustException

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