org.sonar.jpa.session
Class DatabaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.persistence.PersistenceException
                  extended by org.sonar.jpa.session.DatabaseException
All Implemented Interfaces:
Serializable

public class DatabaseException
extends javax.persistence.PersistenceException

See Also:
Serialized Form

Constructor Summary
DatabaseException(int version, int requiredVersion)
           
DatabaseException(String message, Throwable cause)
           
 
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

DatabaseException

public DatabaseException(String message,
                         Throwable cause)

DatabaseException

public DatabaseException(int version,
                         int requiredVersion)


Copyright © 2009-2011 SonarSource. All Rights Reserved.