Class PersonNotFoundException

All Implemented Interfaces:
Serializable

public class PersonNotFoundException extends MudException
A person could not be found.
Author:
maartenl
See Also:
  • Constructor Details

    • PersonNotFoundException

      public PersonNotFoundException()
    • PersonNotFoundException

      public PersonNotFoundException(String string)
    • PersonNotFoundException

      public PersonNotFoundException(Exception ex)
    • PersonNotFoundException

      public PersonNotFoundException(String aString, Exception ex)