net.sf.genuine.exceptions
Class OperationFailedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.genuine.exceptions.GenuineException
              extended bynet.sf.genuine.exceptions.OperationFailedException
All Implemented Interfaces:
java.io.Serializable

public class OperationFailedException
extends GenuineException

Exception that is thrown when the invoked operation has failed, and the reason for failure is not of particular concern.

Author:
Tim Wellhausen
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
OperationFailedException(java.lang.String message)
           
OperationFailedException(java.lang.String message, java.lang.Throwable throwable)
           
OperationFailedException(java.lang.Throwable throwable)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperationFailedException

public OperationFailedException(java.lang.String message)

OperationFailedException

public OperationFailedException(java.lang.Throwable throwable)

OperationFailedException

public OperationFailedException(java.lang.String message,
                                java.lang.Throwable throwable)