|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
commonj.connector.runtime.DataHandlerException
public class DataHandlerException
An exception used to indicate data handling errors during runtime. If the error is due to another exception, the cause exception should be embedded in this exception.
Constructor Summary | |
---|---|
DataHandlerException()
Default constructor |
|
DataHandlerException(String message)
Constructor with message |
|
DataHandlerException(String message,
Throwable cause)
Constructor with message and cause exception |
|
DataHandlerException(Throwable cause)
The constructor with cause exception |
Method Summary |
---|
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DataHandlerException()
Exception.Exception()
public DataHandlerException(String message)
message
- The exception messageException.Exception(java.lang.String)
public DataHandlerException(String message, Throwable cause)
message
- The exception messagecause
- The cause exceptionException.Exception(java.lang.String, java.lang.Throwable)
public DataHandlerException(Throwable cause)
cause
- The cause exceptionException.Exception(java.lang.Throwable)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |