public class OpenStackResponseException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected String |
message |
protected int |
status |
| Constructor and Description |
|---|
OpenStackResponseException(String message,
int status) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
int |
getStatus() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected String message
protected int status
public OpenStackResponseException(String message, int status)
public String getMessage()
getMessage in class Throwablepublic int getStatus()
Copyright © 2012–2023. All rights reserved.