ymsg.network
Class AccountLockedException

Object
  extended byThrowable
      extended byException
          extended byYahooException
              extended byAccountLockedException
All Implemented Interfaces:
Serializable

public class AccountLockedException
extends YahooException

Thrown when logging in, to indicate the account has been locked out.

Since:
1.0
See Also:
Serialized Form

Method Summary
 URL getWebPage()
          Yahoo often provides a URL to jump to for account problems.
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getWebPage

public URL getWebPage()
Yahoo often provides a URL to jump to for account problems. Typically it is a login page, where more verbose error messages can be obtained.

Returns:
URL of help page, or null
Since:
1.0