com.ibm.websphere.security

Class WebTrustAssociationUserException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.websphere.security.WebTrustAssociationException
  5. extended bycom.ibm.websphere.security.WebTrustAssociationUserException
All implemented interfaces:
java.io.Serializable

  1. public class WebTrustAssociationUserException
  2. extends WebTrustAssociationException
Thrown to indicate that a error occurred during the processing of getAuthenticatedUsername of TrustAssociationIntercepter.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
WebTrustAssociationUserException()
Create a new WebTrustAssociationUserException with an empty description string.
WebTrustAssociationUserException(java.lang.String msg)
Create a new WebTrustAssociationUserException with the associated string description.

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

WebTrustAssociationUserException

  1. public WebTrustAssociationUserException( )
Create a new WebTrustAssociationUserException with an empty description string.

WebTrustAssociationUserException

  1. public WebTrustAssociationUserException( java.lang.String msg)
Create a new WebTrustAssociationUserException with the associated string description.