Package org.openstreetmap.josm.gui.oauth
Class OsmLoginFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationException
-
- org.openstreetmap.josm.gui.oauth.OsmLoginFailedException
-
- All Implemented Interfaces:
Serializable
public class OsmLoginFailedException extends OsmOAuthAuthorizationException
OSM login failure exception.- Since:
- 2746
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OsmLoginFailedException(Throwable cause)
Constructs a newOsmLoginFailedException
with the specified cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
OsmLoginFailedException
public OsmLoginFailedException(Throwable cause)
Constructs a newOsmLoginFailedException
with the specified cause.- Parameters:
cause
- the cause (which is saved for later retrieval by theThrowable.getCause()
method).
-
-