MetaDone
|
Public Member Functions | |
FailedOperation (String arg0) | |
FailedOperation (String arg0, Throwable arg1) | |
FailedOperation (Throwable arg0) | |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
The 'failed' exception is used to indicate that some operation has failed but that the partial execution of the operation had no side effect on the system.
metadone.exception.FailedOperation.FailedOperation | ( | String | arg0 | ) |
metadone.exception.FailedOperation.FailedOperation | ( | String | arg0, |
Throwable | arg1 | ||
) |
metadone.exception.FailedOperation.FailedOperation | ( | Throwable | arg0 | ) |
final long metadone.exception.FailedOperation.serialVersionUID = 1L [static, private] |