Class ObjectNotFoundException

All Implemented Interfaces:
Serializable

public class ObjectNotFoundException extends ContractException
Exception thrown when the value for a key cannot be resolved.
See Also:
  • Constructor Details

    • ObjectNotFoundException

      public ObjectNotFoundException()
    • ObjectNotFoundException

      public ObjectNotFoundException(String message)
    • ObjectNotFoundException

      public ObjectNotFoundException(Throwable t)
    • ObjectNotFoundException

      public ObjectNotFoundException(String message, Throwable t)