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