Class LogbookNotFoundException

All Implemented Interfaces:
Serializable

public class LogbookNotFoundException extends LogbookException
Exception indicating a resource requested by a client was not found on the server.
See Also:
  • Constructor Details

    • LogbookNotFoundException

      public LogbookNotFoundException(String message)
      Parameters:
      message - associated message
    • LogbookNotFoundException

      public LogbookNotFoundException(Throwable cause)
      Parameters:
      cause - associated cause
    • LogbookNotFoundException

      public LogbookNotFoundException(String messsage, Throwable cause)
      Parameters:
      messsage - associated message
      cause - associated cause