anvil.server
Class OperationFailedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--anvil.server.OperationFailedException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CitizenNotFoundException

public class OperationFailedException
extends java.lang.Exception

class OperationFailedException

See Also:
Serialized Form

Constructor Summary
OperationFailedException()
           
OperationFailedException(java.lang.String message)
           
OperationFailedException(java.lang.String message, java.lang.Throwable cause)
           
OperationFailedException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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()

OperationFailedException

public OperationFailedException(java.lang.String message)

OperationFailedException

public OperationFailedException(java.lang.Throwable cause)

OperationFailedException

public OperationFailedException(java.lang.String message,
                                java.lang.Throwable cause)
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable