Package com.nomagic.magicreport
Class NoSpaceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.nomagic.magicreport.NoSpaceException
- All Implemented Interfaces:
Serializable
Exception when system found that there no space left for generating file.
- Since:
- Aug 27, 2019
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoSpaceException(String message) NoSpaceException(String message, Throwable cause) NoSpaceException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) NoSpaceException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSpaceException
public NoSpaceException() -
NoSpaceException
-
NoSpaceException
-
NoSpaceException
-
NoSpaceException
-