IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.security.auth
Class MapCredentialNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by com.ibm.websphere.security.WSSecurityException
                  extended by com.ibm.websphere.security.auth.MapCredentialNotSupportedException
All Implemented Interfaces:
java.io.Serializable

Deprecated.

public class MapCredentialNotSupportedException
extends WSSecurityException

This exception is thrown whenever authentication fails.

Version:
1.0
See Also:
Serialized Form

Constructor Summary
MapCredentialNotSupportedException()
          Deprecated.  
MapCredentialNotSupportedException(java.lang.String debug_message)
          Deprecated.  
MapCredentialNotSupportedException(java.lang.String debug_message, java.lang.Throwable t)
          Deprecated.  
MapCredentialNotSupportedException(java.lang.Throwable t)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.ibm.websphere.security.WSSecurityException
addException, getCause, getExceptions, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapCredentialNotSupportedException

public MapCredentialNotSupportedException()
Deprecated. 

MapCredentialNotSupportedException

public MapCredentialNotSupportedException(java.lang.String debug_message)
Deprecated. 

MapCredentialNotSupportedException

public MapCredentialNotSupportedException(java.lang.Throwable t)
Deprecated. 

MapCredentialNotSupportedException

public MapCredentialNotSupportedException(java.lang.String debug_message,
                                          java.lang.Throwable t)
Deprecated. 

IBM WebSphere Application ServerTM
Release 8