Class LogbookClientAlreadyExistsException

All Implemented Interfaces:
Serializable

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

    • LogbookClientAlreadyExistsException

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

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

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