public class RadosException extends Exception
| Modifier and Type | Field and Description |
|---|---|
protected int |
returnValue |
| Constructor and Description |
|---|
RadosException(String message)
Throw a a RadosException
|
RadosException(String message,
int returnValue)
Throw a a RadosException
|
RadosException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getReturnValue()
Get the return value passed on to the constructor
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RadosException(String message)
message - The error messagepublic RadosException(String message, int returnValue)
message - The error messagereturnValue - The return value of the rados_ callCopyright © 2015. All rights reserved.