Class PersistenceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codice.ddf.persistence.PersistenceException
All Implemented Interfaces:
Serializable

public class PersistenceException extends Exception
See Also:
  • Constructor Details

    • PersistenceException

      public PersistenceException()
      Instantiates a new PersistenceException.
    • PersistenceException

      public PersistenceException(String message)
      Instantiates a new PersistenceException with the provided message.
      Parameters:
      message - the message
    • PersistenceException

      public PersistenceException(String message, Throwable throwable)
      Instantiates a new PersistenceException with the provided message and throwable.
      Parameters:
      message - the message
      throwable - the throwable
    • PersistenceException

      public PersistenceException(Throwable throwable)
      Instantiates a new PersistenceException with the provided throwable.
      Parameters:
      throwable - the throwable