MetaDone
metadone.exception.FailedOperation Class Reference

List of all members.

Public Member Functions

 FailedOperation (String arg0)
 FailedOperation (String arg0, Throwable arg1)
 FailedOperation (Throwable arg0)

Static Private Attributes

static final long serialVersionUID = 1L

Detailed Description

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.


Constructor & Destructor Documentation

metadone.exception.FailedOperation.FailedOperation ( String  arg0)
metadone.exception.FailedOperation.FailedOperation ( String  arg0,
Throwable  arg1 
)
metadone.exception.FailedOperation.FailedOperation ( Throwable  arg0)

Member Data Documentation

final long metadone.exception.FailedOperation.serialVersionUID = 1L [static, private]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations