org.riverock.dbrevision.exception
Class FirstVersionWithPatchdException

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
                  extended by org.riverock.dbrevision.exception.FirstVersionWithPatchdException
All Implemented Interfaces:
Serializable

public class FirstVersionWithPatchdException
extends DbRevisionException

User: SergeMaslyukov Date: 28.07.2007 Time: 20:46:50

See Also:
Serialized Form

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

FirstVersionWithPatchdException

public FirstVersionWithPatchdException()
Empty constructor


FirstVersionWithPatchdException

public FirstVersionWithPatchdException(String s)
Constructor

Parameters:
s - describing exception

FirstVersionWithPatchdException

public FirstVersionWithPatchdException(Throwable cause)
Constructor

Parameters:
cause - cause exception

FirstVersionWithPatchdException

public FirstVersionWithPatchdException(String s,
                                       Throwable cause)
Constructor

Parameters:
s - describing exception
cause - cause exception


Copyright © 2008 Riverock community. All Rights Reserved.