public class OsmLoginFailedException extends OsmOAuthAuthorizationException
Constructor and Description |
---|
OsmLoginFailedException(Throwable cause)
Constructs a new
OsmLoginFailedException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OsmLoginFailedException(Throwable cause)
OsmLoginFailedException
with the specified cause.cause
- the cause (which is saved for later retrieval by the Throwable.getCause()
method).