org.exolab.castor.jdo
public class DataObjectAccessException extends RuntimeException
Version: $Revision: 6299 $ $Date: 2006-02-23 13:49:30 -0700 (Thu, 23 Feb 2006) $
Constructor Summary | |
---|---|
DataObjectAccessException(String message, Throwable cause)
Creates an instance of this exception.
| |
DataObjectAccessException(String message)
Creates an instance of this exception.
|
Method Summary | |
---|---|
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.
|
Parameters: message The error message. cause The original excepton.
Parameters: message The error message.
Returns: The throwable cause of this exception.
Parameters: s The PrintStream to print a stack trace to.
Parameters: w The PrintWriter to print a stack trace to.