Class ObjectNotFoundException

All Implemented Interfaces:
Serializable

public class ObjectNotFoundException extends RemoteException
Exception, die geworfen wird, wenn ein Objekt nicht in der Datenbank gefunden wurde.
See Also:
  • Constructor Details

    • ObjectNotFoundException

      public ObjectNotFoundException()
      ct.
    • ObjectNotFoundException

      public ObjectNotFoundException(String s)
      ct.
      Parameters:
      s - message.
    • ObjectNotFoundException

      public ObjectNotFoundException(String s, Throwable ex)
      ct.
      Parameters:
      s - message
      ex - cause.