public class OsmLoginFailedException extends OsmOAuthAuthorizationException
| Constructor and Description |
|---|
OsmLoginFailedException(java.lang.Throwable cause)
Constructs a new
OsmLoginFailedException with the specified cause. |
public OsmLoginFailedException(java.lang.Throwable cause)
OsmLoginFailedException with the specified cause.cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).