com.ibm.websphere.security.auth
Class ValidationNotSupportedException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.security.GeneralSecurityException
|
+--com.ibm.websphere.security.WSSecurityException
|
+--com.ibm.websphere.security.auth.ValidationNotSupportedException
- All Implemented Interfaces:
- java.io.Serializable
- public class ValidationNotSupportedException
- extends WSSecurityException
This exception is thrown whenever authentication fails.
- Version:
- 1.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ValidationNotSupportedException
public ValidationNotSupportedException()
ValidationNotSupportedException
public ValidationNotSupportedException(java.lang.String debug_message)
ValidationNotSupportedException
public ValidationNotSupportedException(java.lang.Throwable t)
ValidationNotSupportedException
public ValidationNotSupportedException(java.lang.String debug_message,
java.lang.Throwable t)