Class DatabaseDumpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.flectone.pulse.exception.DatabaseDumpException
- All Implemented Interfaces:
Serializable
Thrown when the database cannot be written to a dump file or read back from one.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDatabaseDumpException(String message) Creates the exception with a message of its own.DatabaseDumpException(String message, Throwable cause) Creates the exception around the failure that broke the dump. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DatabaseDumpException
Creates the exception with a message of its own.- Parameters:
message- what went wrong
-
DatabaseDumpException
-