com.ibm.wsspi.wssecurity.id

Class TrustedIDEvaluatorException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.wsspi.wssecurity.SoapSecurityException
  5. extended bycom.ibm.wsspi.wssecurity.id.TrustedIDEvaluatorException
All implemented interfaces:
java.io.Serializable

  1. public class TrustedIDEvaluatorException
  2. extends SoapSecurityException
Represents an exception while evaluating an identity (ID) using a TrustedIDEvaluator object.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
TrustedIDEvaluatorException()
Creates an exception.
TrustedIDEvaluatorException(java.lang.String message)
Creates an exception.

Method Summary

Methods inherited from class com.ibm.wsspi.wssecurity.SoapSecurityException
format, format, format, format, format, format, format, format, format, format, format, format, format, format, format, format, format, getCauseException, getFaultCode
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

TrustedIDEvaluatorException

  1. public TrustedIDEvaluatorException( )
Creates an exception.

TrustedIDEvaluatorException

  1. public TrustedIDEvaluatorException( java.lang.String message)
Creates an exception.
Parameters:
message - A message.