Package com.woorea.openstack.base.client
Class OpenStackResponseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.woorea.openstack.base.client.OpenStackResponseException
-
- All Implemented Interfaces:
java.io.Serializable
public class OpenStackResponseException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
message
private static long
serialVersionUID
protected int
status
-
Constructor Summary
Constructors Constructor Description OpenStackResponseException(java.lang.String message, int status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
int
getStatus()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
message
protected java.lang.String message
-
status
protected int status
-
-