Class PersistenceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.util.persistence.PersistenceException
All Implemented Interfaces:
Serializable

public class PersistenceException extends Exception
Persistence related exception.
See Also:
  • Constructor Details

    • PersistenceException

      public PersistenceException()
      Default constructor.
    • PersistenceException

      public PersistenceException(String s)
      Default constructor.
      Parameters:
      s - The message.
    • PersistenceException

      public PersistenceException(String s, Throwable throwable)
      Default constructor.
      Parameters:
      s - The message.
      throwable - The Exception.
    • PersistenceException

      public PersistenceException(Throwable throwable)
      Default constructor.
      Parameters:
      throwable - The Exception.