org.objectweb.cjdbc.console.text
Class ConsoleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.cjdbc.common.exceptions.CJDBCException
org.objectweb.cjdbc.console.text.ConsoleException
- All Implemented Interfaces:
- java.io.Serializable
- public class ConsoleException
- 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 |
|
|
Constructor Summary |
ConsoleException()
Creates a new ConsoleException instance. |
ConsoleException(java.lang.String message)
Creates a new ConsoleException instance. |
ConsoleException(java.lang.String message,
java.lang.Throwable cause)
Creates a new ControllerException instance. |
ConsoleException(java.lang.Throwable cause)
Creates a new ConsoleException instance. |
| Methods inherited from class java.lang.Throwable |
getLocalizedMessage, initCause, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConsoleException
public ConsoleException()
- Creates a new
ConsoleException instance.
ConsoleException
public ConsoleException(java.lang.String message)
- Creates a new
ConsoleException instance.
- Parameters:
message - the error message
ConsoleException
public ConsoleException(java.lang.Throwable cause)
- Creates a new
ConsoleException instance.
- Parameters:
cause - the root cause
ConsoleException
public ConsoleException(java.lang.String message,
java.lang.Throwable cause)
- Creates a new
ControllerException instance.
- Parameters:
message - the error messagecause - the root cause
Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.