Class StorageException

    • Constructor Detail

      • StorageException

        public StorageException​(String msg,
                                @NotNull
                                @NotNull IOException cause)
        Parameters:
        msg - Error message.
        cause - Error cause.
      • StorageException

        public StorageException​(IOException e)
        Parameters:
        e - Cause exception.
      • StorageException

        public StorageException​(String msg)
        Parameters:
        msg - Error message