public class MissingOAuthAccessTokenException extends OsmTransferException
Constructor and Description |
---|
MissingOAuthAccessTokenException()
Constructs a new
MissingOAuthAccessTokenException . |
MissingOAuthAccessTokenException(java.lang.String message)
Constructs a new
MissingOAuthAccessTokenException with the specified detail message. |
MissingOAuthAccessTokenException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new
MissingOAuthAccessTokenException with the specified detail message and cause. |
MissingOAuthAccessTokenException(java.lang.Throwable cause)
Constructs a new
MissingOAuthAccessTokenException with the specified cause. |
getUrl, setUrl
public MissingOAuthAccessTokenException()
MissingOAuthAccessTokenException
.public MissingOAuthAccessTokenException(java.lang.String message, java.lang.Throwable cause)
MissingOAuthAccessTokenException
with the specified detail message and cause.message
- The detail message (which is saved for later retrieval by the Throwable.getMessage()
method)cause
- The cause (which is saved for later retrieval by the Throwable.getCause()
method).
A null value is permitted, and indicates that the cause is nonexistent or unknown.public MissingOAuthAccessTokenException(java.lang.String message)
MissingOAuthAccessTokenException
with the specified detail message.message
- The detail message (which is saved for later retrieval by the Throwable.getMessage()
method)public MissingOAuthAccessTokenException(java.lang.Throwable cause)
MissingOAuthAccessTokenException
with the specified cause.cause
- The cause (which is saved for later retrieval by the Throwable.getCause()
method).
A null value is permitted, and indicates that the cause is nonexistent or unknown.