Class DatabaseDumpException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.flectone.pulse.exception.DatabaseDumpException
All Implemented Interfaces:
Serializable

public class DatabaseDumpException extends RuntimeException
Thrown when the database cannot be written to a dump file or read back from one.
See Also:
  • Constructor Details

    • DatabaseDumpException

      public DatabaseDumpException(String message)
      Creates the exception with a message of its own.
      Parameters:
      message - what went wrong
    • DatabaseDumpException

      public DatabaseDumpException(String message, Throwable cause)
      Creates the exception around the failure that broke the dump.
      Parameters:
      message - what went wrong
      cause - the underlying failure