public class CommandException extends RuntimeException
| Constructor and Description |
|---|
CommandException(Integer httpStatusCode,
CommandExceptionError error) |
CommandException(String message) |
CommandException(String message,
Throwable rootCause) |
| Modifier and Type | Method and Description |
|---|---|
CommandExceptionError |
getError() |
int |
getHttpStatusCode() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic CommandException(Integer httpStatusCode, CommandExceptionError error)
public CommandException(String message)
public int getHttpStatusCode()
public CommandExceptionError getError()
Copyright © 2012-2017 42 BV. All Rights Reserved.