anvil.server
Class CitizenNotFoundException

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

public class CitizenNotFoundException
extends OperationFailedException

class CitizenNotFound

See Also:
Serialized Form

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

CitizenNotFoundException

public CitizenNotFoundException()

CitizenNotFoundException

public CitizenNotFoundException(java.lang.String message)

CitizenNotFoundException

public CitizenNotFoundException(java.lang.Throwable cause)

CitizenNotFoundException

public CitizenNotFoundException(java.lang.String message,
                                java.lang.Throwable cause)