Class ObjectNotFoundException

All Implemented Interfaces:
Serializable

public class ObjectNotFoundException extends IllegalArgumentException
Thrown to indicate that a object was not found for given parameters
Since:
21.05.0
See Also:
  • Constructor Details

    • ObjectNotFoundException

      public ObjectNotFoundException()
      Constructs an ObjectNotFoundException with no detail message.
    • ObjectNotFoundException

      public ObjectNotFoundException(String message)
      Constructs an ObjectNotFoundException with the specified detail message.
      Parameters:
      message - the detail message.
    • ObjectNotFoundException

      public ObjectNotFoundException(String message, Throwable cause)
      Constructs an ObjectNotFoundException with the specified detail message and cause.
      Parameters:
      message - the detail message.
      cause - Throwable cause
    • ObjectNotFoundException

      public ObjectNotFoundException(Throwable cause)
      Constructs an ObjectNotFoundException with the cause.
      Parameters:
      cause - Throwable cause