com.continuent.tungsten.replicator.database
Class DatabaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.continuent.tungsten.replicator.ReplicatorException
              extended by com.continuent.tungsten.replicator.database.DatabaseException
All Implemented Interfaces:
java.io.Serializable

public class DatabaseException
extends ReplicatorException

This class defines a DatabaseException

Version:
1.0
Author:
Scott Martin
See Also:
Serialized Form

Constructor Summary
DatabaseException()
          Creates a new DatabaseException object
DatabaseException(java.lang.String msg)
          Creates a new DatabaseException object
DatabaseException(java.lang.String msg, java.lang.Throwable cause)
          Creates a new DatabaseException object
DatabaseException(java.lang.Throwable cause)
          Creates a new DatabaseException object
 
Method Summary
 
Methods inherited from class com.continuent.tungsten.replicator.ReplicatorException
getExtraData, getOriginalErrorMessage, setExtraData, setOriginalErrorMessage
 
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()
Creates a new DatabaseException object


DatabaseException

public DatabaseException(java.lang.String msg)
Creates a new DatabaseException object

Parameters:
msg -

DatabaseException

public DatabaseException(java.lang.String msg,
                         java.lang.Throwable cause)
Creates a new DatabaseException object

Parameters:
msg -
cause -

DatabaseException

public DatabaseException(java.lang.Throwable cause)
Creates a new DatabaseException object

Parameters:
cause -