org.dbmaintain.util
Class DbMaintainException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.dbmaintain.util.DbMaintainException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DatabaseException

public class DbMaintainException
extends RuntimeException

Author:
Filip Neven, Tim Ducheyne
See Also:
Serialized Form

Constructor Summary
DbMaintainException()
          Constructor for DbMaintainException.
DbMaintainException(String message)
          Constructor for DbMaintainException.
DbMaintainException(String message, Throwable cause)
          Constructor for DbMaintainException.
DbMaintainException(Throwable cause)
          Constructor for DbMaintainException.
 
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

DbMaintainException

public DbMaintainException()
Constructor for DbMaintainException.


DbMaintainException

public DbMaintainException(String message,
                           Throwable cause)
Constructor for DbMaintainException.

Parameters:
message - The exception message
cause - The wrapped exception

DbMaintainException

public DbMaintainException(String message)
Constructor for DbMaintainException.

Parameters:
message - The exception message

DbMaintainException

public DbMaintainException(Throwable cause)
Constructor for DbMaintainException.

Parameters:
cause - The wrapped exception


Copyright © 2011. All Rights Reserved.