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