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, toString
protected String message
protected int status
public OpenStackResponseException(String message, int status)
public String getMessage()
getMessage
in class Throwable
public int getStatus()
Copyright © 2012–2014. All rights reserved.