Package io.revealbi.core
Class ExportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.revealbi.core.ExportException
- All Implemented Interfaces:
Serializable
Represents an exception thrown during export operations.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExportException(String message, Throwable cause) Initializes a new instance of the export exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExportException
Initializes a new instance of the export exception.- Parameters:
message- The exception message.cause- The cause of the exception.
-