com.ibm.wsspi.wssecurity.id
Class TrustedIDEvaluatorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.wsspi.wssecurity.SoapSecurityException
                    |
                    +--com.ibm.wsspi.wssecurity.id.TrustedIDEvaluatorException
All Implemented Interfaces:
java.io.Serializable

public class TrustedIDEvaluatorException
extends SoapSecurityException

Represents an exception while evaluating an ID using TrustedIDEvaluator object.

See Also:
Serialized Form

Constructor Summary
TrustedIDEvaluatorException()
          Creates an exception.
TrustedIDEvaluatorException(java.lang.String message)
          Creates an exception.
 
Methods inherited from class com.ibm.wsspi.wssecurity.SoapSecurityException
format, format, format, format, format, format, format, format, format, format, format, format, format, getCauseException, getFaultCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TrustedIDEvaluatorException

public TrustedIDEvaluatorException()
Creates an exception.

TrustedIDEvaluatorException

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