org.garret.consus
Class ConsusDuplicateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by org.garret.consus.ConsusDuplicateException
All Implemented Interfaces:
java.io.Serializable

public class ConsusDuplicateException
extends java.sql.SQLException

Exception thrown on client site when connection is refused by the server

See Also:
Serialized Form

Constructor Summary
ConsusDuplicateException()
          Constructor
 
Method Summary
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, setNextException
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConsusDuplicateException

public ConsusDuplicateException()
Constructor