Class PersistenceException

All Implemented Interfaces:
Serializable

public class PersistenceException extends UMException
Exception class which is used in case of communication errors with the user store during search, read or write operations.
See Also:
  • Constructor Details

    • PersistenceException

      public PersistenceException(String technicalMessage, Throwable thr)
      Constructs a new Persistence Exception with the specified detail message and cause.
      Parameters:
      technicalMessage - - the detail message
      thr - - the root cause for creating PersistenceException
    • PersistenceException

      public PersistenceException(String technicalMessage)
      Constructs a new Persistence Exception with the specified detail message.
      Parameters:
      technicalMessage - - the detail message
    • PersistenceException

      public PersistenceException(Throwable thr)
      Constructs a new Persistence Exception with the specified cause.
      Parameters:
      thr - - the root cause for creating PersistenceException