org.sonar.commons.database
Class WrongDatabaseVersionException

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.commons.database.WrongDatabaseVersionException
All Implemented Interfaces:
java.io.Serializable

public class WrongDatabaseVersionException
extends javax.persistence.PersistenceException

See Also:
Serialized Form

Constructor Summary
WrongDatabaseVersionException(int version, int requiredVersion)
           
WrongDatabaseVersionException(java.lang.String message)
           
WrongDatabaseVersionException(java.lang.Throwable throwable)
           
 
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

WrongDatabaseVersionException

public WrongDatabaseVersionException(java.lang.Throwable throwable)

WrongDatabaseVersionException

public WrongDatabaseVersionException(java.lang.String message)

WrongDatabaseVersionException

public WrongDatabaseVersionException(int version,
                                     int requiredVersion)


Copyright © 2009 SonarSource SA. All Rights Reserved.