public class DataObjectAccessException extends RuntimeException
| Constructor and Description |
|---|
DataObjectAccessException(String message)
Creates an instance of this exception.
|
DataObjectAccessException(String message,
Throwable cause)
Creates an instance of this exception.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
Match the JDK 1.4 Throwable version of getCause() on JDK<1.4 systems.
|
void |
printStackTrace()
Print a stack trace to stderr.
|
void |
printStackTrace(PrintStream s)
Print a stack trace to the specified PrintStream.
|
void |
printStackTrace(PrintWriter w)
Print a stack trace to the specified PrintWriter.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic DataObjectAccessException(String message, Throwable cause)
message - The error message.cause - The original excepton.public DataObjectAccessException(String message)
message - The error message.public final Throwable getCause()
public final void printStackTrace()
printStackTrace in class Throwablepublic final void printStackTrace(PrintStream s)
printStackTrace in class Throwables - The PrintStream to print a stack trace to.public final void printStackTrace(PrintWriter w)
printStackTrace in class Throwablew - The PrintWriter to print a stack trace to.Copyright © 2014. All rights reserved.