public class RadosException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
protected int |
returnValue |
| Constructor and Description |
|---|
RadosException(java.lang.String message)
Throw a a RadosException
|
RadosException(java.lang.String message,
int returnValue)
Throw a a RadosException
|
| Modifier and Type | Method and Description |
|---|---|
int |
getReturnValue()
Get the return value passed on to the constructor
|
public RadosException(java.lang.String message)
message - The error messagepublic RadosException(java.lang.String message,
int returnValue)
message - The error messagereturnValue - The return value of the rados_ call