org.objectweb.cjdbc.controller.console
Class ConsoleHelperException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.cjdbc.util.CJDBCException
              extended byorg.objectweb.cjdbc.controller.console.ConsoleHelperException
All Implemented Interfaces:
java.io.Serializable

public class ConsoleHelperException
extends CJDBCException

Console helper exception.

Version:
1.0
Author:
Mathieu Peltier
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.cjdbc.util.CJDBCException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ConsoleHelperException()
          Creates a new ConsoleHelperException instance.
ConsoleHelperException(java.lang.String message)
          Creates a new ConsoleHelperException instance.
ConsoleHelperException(java.lang.String message, java.lang.Throwable cause)
          Creates a new ControllerException instance.
ConsoleHelperException(java.lang.Throwable cause)
          Creates a new ConsoleHelperException instance.
 
Methods inherited from class org.objectweb.cjdbc.util.CJDBCException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

ConsoleHelperException

public ConsoleHelperException()
Creates a new ConsoleHelperException instance.


ConsoleHelperException

public ConsoleHelperException(java.lang.String message)
Creates a new ConsoleHelperException instance.

Parameters:
message - the error message

ConsoleHelperException

public ConsoleHelperException(java.lang.Throwable cause)
Creates a new ConsoleHelperException instance.

Parameters:
cause - the root cause

ConsoleHelperException

public ConsoleHelperException(java.lang.String message,
                              java.lang.Throwable cause)
Creates a new ControllerException instance.

Parameters:
message - the error message
cause - the root cause


Copyright © 2002, 2003 - ObjectWeb Consortium - All Rights Reserved.