Package io.inugami.commons.files
Class FileUtilsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.inugami.api.exceptions.CheckedException
-
- io.inugami.api.exceptions.TechnicalException
-
- io.inugami.commons.files.FileUtilsException
-
- All Implemented Interfaces:
ExceptionWithErrorCode
,Serializable
public class FileUtilsException extends TechnicalException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileUtilsException(String message, Object... values)
FileUtilsException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class io.inugami.api.exceptions.CheckedException
getCode, getErrorCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-