Class TempFileLocationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.web.exception.TempFileLocationException
All Implemented Interfaces:
Serializable

public class TempFileLocationException extends RuntimeException
All exceptions related to the temporary files location are subclasses of TempFileLocationException.
Since:
1.3.0
See Also:
  • Constructor Details

    • TempFileLocationException

      protected TempFileLocationException(String message)
      Build a new instance.
      Parameters:
      message - The detail message
      Since:
      1.3.0