org.riverock.dbrevision.exception
Class DbRevisionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.riverock.dbrevision.exception.DbRevisionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigFileNotFoundException, ConfigParseException, CurrentVersionCodeNotFoundException, CurrentVersionNotDefinedException, DbRevisionPathNotFoundException, FirstPatchNotFoundException, FirstVersionWithPatchdException, InitStructureFileNotFoundException, ModuleNotConfiguredException, ModulePathNotFoundException, NoChildPatchFoundException, PatchParseException, PatchPathNotFoundException, PatchPrepareException, TwoPatchesWithEmptyPreviousPatchException, TwoPatchesWithSameNameException, VersionPathNotFoundException

public class DbRevisionException
extends RuntimeException

Generic db revision exception

Author:
Sergei Maslyukov Date: 21.12.2006 Time: 20:43:06

$Id$

See Also:
Serialized Form

Constructor Summary
DbRevisionException()
          Empty constructor
DbRevisionException(String s)
          Constructor
DbRevisionException(String s, Throwable cause)
          Constructor
DbRevisionException(Throwable cause)
          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

DbRevisionException

public DbRevisionException()
Empty constructor


DbRevisionException

public DbRevisionException(String s)
Constructor

Parameters:
s - describing exception

DbRevisionException

public DbRevisionException(Throwable cause)
Constructor

Parameters:
cause - cause exception

DbRevisionException

public DbRevisionException(String s,
                           Throwable cause)
Constructor

Parameters:
s - describing exception
cause - cause exception


Copyright © 2008 Riverock community. All Rights Reserved.