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