Class NotFoundException

All Implemented Interfaces:
Serializable

public final class NotFoundException extends RemoteException
Thrown when a remote method can't find an object specified by the caller.
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException()
    • NotFoundException

      public NotFoundException(String message)
    • NotFoundException

      public NotFoundException(Throwable cause)
    • NotFoundException

      public NotFoundException(String message, Throwable cause)