Class StorageInUseException

    • Constructor Detail

      • StorageInUseException

        public StorageInUseException​(String message,
                                     Throwable cause)
        Constructor with a message and a cause.
        Parameters:
        message - the exception message
        cause - the cause of the exception
      • StorageInUseException

        public StorageInUseException​(String message)
        Constructor with a message.
        Parameters:
        message - the exception message
      • StorageInUseException

        public StorageInUseException​(Throwable cause)
        Constructor with a cause.
        Parameters:
        cause - the cause of the exception