Class InternalPersistException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.tocco.nice2.persist.core.api.InternalPersistException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CalendarDataAccessException, ConflictDataAccessException

public class InternalPersistException extends RuntimeException
See Also:
  • Constructor Details

    • InternalPersistException

      public InternalPersistException()
    • InternalPersistException

      public InternalPersistException(String message)
    • InternalPersistException

      public InternalPersistException(Throwable cause)
    • InternalPersistException

      public InternalPersistException(String message, Throwable cause)