| Package | Description |
|---|---|
| org.javaswift.joss.exception |
| Modifier and Type | Method and Description |
|---|---|
CommandExceptionError |
HttpStatusToExceptionMapper.getError() |
CommandExceptionError |
CommandException.getError() |
static CommandExceptionError |
CommandExceptionError.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommandExceptionError[] |
CommandExceptionError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CommandException |
HttpStatusToExceptionMapper.getException(CommandExceptionError customError) |
static CommandException |
HttpStatusExceptionUtil.getException(int httpStatus,
CommandExceptionError customError) |
static void |
HttpStatusExceptionUtil.throwException(int httpStatus,
CommandExceptionError customError) |
| Constructor and Description |
|---|
AlreadyExistsException(java.lang.Integer httpStatusCode,
CommandExceptionError error) |
CommandException(java.lang.Integer httpStatusCode,
CommandExceptionError error) |
ForbiddenException(java.lang.Integer httpStatusCode,
CommandExceptionError error) |
Md5ChecksumException(java.lang.Integer httpStatusCode,
CommandExceptionError error) |
MissingContentLengthOrTypeException(java.lang.Integer httpStatusCode,
CommandExceptionError error) |
ModifiedException(java.lang.Integer httpStatusCode,
CommandExceptionError error) |
NotEmptyException(java.lang.Integer httpStatusCode,
CommandExceptionError error) |
NotFoundException(java.lang.Integer httpStatusCode,
CommandExceptionError error) |
NotModifiedException(java.lang.Integer httpStatusCode,
CommandExceptionError error) |
UnauthorizedException(java.lang.Integer httpStatusCode,
CommandExceptionError error) |
Copyright © 2012-2020 42 BV. All Rights Reserved.