java.lang.Object
java.lang.Throwable
java.lang.Exception
de.seggebaeing.sqlanalyzer.persistence.exception.PersistenceException
All Implemented Interfaces:
Serializable

public class PersistenceException extends Exception
Exception type for errors in the de.seggebaeing.sqlanalyzer.persistence layer.

Signals failures during saving, loading, or deleting persistable objects, such as I/O errors, invalid JSON, or version conflicts.

Since:
1.0
Author:
Felix Seggebäing
See Also:
  • Constructor Details

    • PersistenceException

      public PersistenceException(String message)
      Creates a new PersistenceException with the given message.
      Parameters:
      message - detail message describing the error
    • PersistenceException

      public PersistenceException(String message, Throwable cause)
      Creates a new PersistenceException with the given message and cause.
      Parameters:
      message - detail message describing the error
      cause - the underlying cause of the exception