Class ItemAlreadyExistsException

All Implemented Interfaces:
Serializable

public class ItemAlreadyExistsException extends StorageHubException
See Also:
  • Constructor Details

    • ItemAlreadyExistsException

      public ItemAlreadyExistsException()
    • ItemAlreadyExistsException

      public ItemAlreadyExistsException(String message, Throwable cause)
    • ItemAlreadyExistsException

      public ItemAlreadyExistsException(String message)
    • ItemAlreadyExistsException

      public ItemAlreadyExistsException(Throwable cause)
  • Method Details