public class MpacException extends Exception
MarketplaceClient.| Modifier and Type | Class and Description |
|---|---|
static class |
MpacException.CannotUpdateNonServerSideEntity
Indicates that an
update method was called for an object that did not come from
the Marketplace server. |
static class |
MpacException.ConnectionFailure
Indicates that the client was unable to make an HTTP connection to the server, or that
a request timed out before a response was received.
|
static class |
MpacException.InvalidResponseError
Indicates that the server returned a response that could not be parsed.
|
static class |
MpacException.ServerError
Indicates that the server returned an HTTP error status code.
|
| Constructor and Description |
|---|
MpacException() |
MpacException(String message) |
MpacException(String message,
Throwable cause) |
MpacException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2016 Atlassian. All rights reserved.