wtanaka.praya.yahoo
Class AuthException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--wtanaka.praya.yahoo.AuthException
All Implemented Interfaces:
java.io.Serializable

public class AuthException
extends java.lang.Exception
implements java.io.Serializable

This exception is thrown when the user enters an invalid username or password

Return to Sourceforge or the Praya Homepage

Version:
$Name: $ $Date: 2001/10/02 09:30:19 $
Author:
$Author: wtanaka $
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
AuthException()
           
AuthException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

AuthException

public AuthException()

AuthException

public AuthException(java.lang.String msg)