Class PermanentPersistException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CompileException, RollbackException

public class PermanentPersistException extends PersistException
Thrown for problems that are permanent, and thus a developer/admin must analyze it and for example fix the model definition or update the storage backend or so. Logging or so is advised.
See Also:
  • Constructor Details

    • PermanentPersistException

      public PermanentPersistException()
    • PermanentPersistException

      public PermanentPersistException(String message)
    • PermanentPersistException

      public PermanentPersistException(Throwable cause)
    • PermanentPersistException

      public PermanentPersistException(String message, Throwable cause)