Class NotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
i5.las2peer.registry.exceptions.NotFoundException
All Implemented Interfaces:
Serializable

public class NotFoundException extends Exception
Thrown when a registry lookup (of users, services, etc.) fails because the entry does not exist.
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException()
    • NotFoundException

      public NotFoundException(String message)
    • NotFoundException

      public NotFoundException(Throwable cause)
    • NotFoundException

      public NotFoundException(String message, Throwable cause)