org.objectweb.cjdbc.controller.console
Class ConsoleHelperException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.cjdbc.util.CJDBCException
org.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
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
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 |
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 messagecause
- the root cause
Copyright © 2002, 2003 - ObjectWeb Consortium - All Rights Reserved.