Compoze Software, Inc.

com.compoze.security
Class InvalidAuthenticationException


java.lang.Object

  |

  +--java.lang.Throwable

        |

        +--java.lang.Exception

              |

              +--java.lang.RuntimeException

                    |

                    +--com.compoze.security.InvalidAuthenticationException

All Implemented Interfaces:
java.io.Serializable

public class InvalidAuthenticationException
extends java.lang.RuntimeException

This exception is thrown by the IUserAuthenticationFactory to indicate that a user could not be authenticated.

See Also:
IUserAuthenticationFactory, Serialized Form

Constructor Summary
InvalidAuthenticationException()
          Constructor.
InvalidAuthenticationException(java.lang.Exception e)
          Constructor.
InvalidAuthenticationException(java.lang.String s)
          Constructor.
InvalidAuthenticationException(java.lang.Throwable t)
          Constructor.
 
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

InvalidAuthenticationException


public InvalidAuthenticationException()
Constructor.

InvalidAuthenticationException


public InvalidAuthenticationException(java.lang.String s)
Constructor.
Parameters:
s - message for the exception

InvalidAuthenticationException


public InvalidAuthenticationException(java.lang.Exception e)
Constructor.
Parameters:
e - the underlying exception

InvalidAuthenticationException


public InvalidAuthenticationException(java.lang.Throwable t)
Constructor.
Parameters:
t - the underlying throwable

Compoze Software, Inc.

Copyright ©1999-2001 Compoze Software, Inc. All rights reserved.