net.sf.voruta
Class DbException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--net.sf.voruta.DbException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DbParseException
- public class DbException
- extends java.lang.RuntimeException
- Author:
- baliuka
- See Also:
- Serialized Form
Constructor Summary |
DbException()
|
DbException(java.lang.String msg)
Constructs an instance of DbException with the specified detail message. |
DbException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an instance of DbException with the specified detail message. |
DbException(java.lang.Throwable cause)
Creates a new instance of DbException without detail message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DbException
public DbException(java.lang.Throwable cause)
- Creates a new instance of
DbException
without detail message.
DbException
public DbException(java.lang.String msg,
java.lang.Throwable cause)
- Constructs an instance of
DbException
with the specified detail message.
- Parameters:
msg
- the detail message.
DbException
public DbException(java.lang.String msg)
- Constructs an instance of
DbException
with the specified detail message.
- Parameters:
msg
- the detail message.
DbException
public DbException()
getCause
public java.lang.Throwable getCause()
printStackTrace
public void printStackTrace(java.io.PrintWriter ps)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream printStream)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable
Copyright © 2003-2004 voruta. All Rights Reserved.