Class UnknownEntityException

All Implemented Interfaces:
Serializable

public class UnknownEntityException extends RuntimeException
This exception indicates that a requested entity identified by some primary key (ID, name,...) does not exist.
Author:
Ulrich Kreher
See Also:
  • Constructor Details

    • UnknownEntityException

      public UnknownEntityException()
      Creates a new exception indicating that a requested entity does not exist.
    • UnknownEntityException

      public UnknownEntityException(String message)
      Creates a new exception with the designated message indicating that a requested entity does not exist.
      Parameters:
      message - The message for this exception with further information on the requested entity that does not exist.