Class StoragePathNotAvailableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.desair.tus.server.upload.disk.StoragePathNotAvailableException
All Implemented Interfaces:
Serializable

public class StoragePathNotAvailableException extends RuntimeException
Exception thrown when the disk storage path cannot be read or created.
See Also:
  • Constructor Details

    • StoragePathNotAvailableException

      public StoragePathNotAvailableException(String message, Throwable e)