Class LogbookAlreadyExistsException

All Implemented Interfaces:
Serializable

public class LogbookAlreadyExistsException extends LogbookException
Exception is thrown when the object to be created already exists
See Also:
  • Constructor Details

    • LogbookAlreadyExistsException

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

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

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