com.atlassian.crowd.util.persistence
Class PersistenceException

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

public class PersistenceException
extends Exception

Persistence related exception.

See Also:
Serialized Form

Constructor Summary
PersistenceException()
          Default constructor.
PersistenceException(String s)
          Default constructor.
PersistenceException(String s, Throwable throwable)
          Default constructor.
PersistenceException(Throwable throwable)
          Default constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.


Copyright © 2013 Atlassian. All Rights Reserved.