org.openstreetmap.josm.gui.oauth
Class OsmLoginFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationException
              extended by org.openstreetmap.josm.gui.oauth.OsmLoginFailedException
All Implemented Interfaces:
java.io.Serializable

public class OsmLoginFailedException
extends OsmOAuthAuthorizationException

See Also:
Serialized Form

Constructor Summary
OsmLoginFailedException()
           
OsmLoginFailedException(java.lang.String arg0)
           
OsmLoginFailedException(java.lang.String arg0, java.lang.Throwable arg1)
           
OsmLoginFailedException(java.lang.Throwable arg0)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OsmLoginFailedException

public OsmLoginFailedException()

OsmLoginFailedException

public OsmLoginFailedException(java.lang.String arg0,
                               java.lang.Throwable arg1)

OsmLoginFailedException

public OsmLoginFailedException(java.lang.String arg0)

OsmLoginFailedException

public OsmLoginFailedException(java.lang.Throwable arg0)


JOSM