Class ObjectNotFoundException

All Implemented Interfaces:
Serializable

public class ObjectNotFoundException extends CAKEException
The ObjectNotFoundException is thrown when a requested object can not be found.
Author:
rmaximi
See Also:
  • Constructor Details

    • ObjectNotFoundException

      public ObjectNotFoundException(String message, String... parameter)
      Parameters:
      message - An exception description.
      parameter - Additional parameters.
    • ObjectNotFoundException

      public ObjectNotFoundException(String message, Throwable cause, String... parameter)
      Parameters:
      message - An exception description.
      cause - The cause of the exception.
      parameter - Additional parameters.