com.gargoylesoftware.base.objectstore
public class ObjectStoreException extends RuntimeException
Version: $Revision: 1.4 $
Field Summary | |
---|---|
Exception | exception_ |
static long | serialVersionUID |
Constructor Summary | |
---|---|
ObjectStoreException(String message)
Create an instance
| |
ObjectStoreException(Exception e)
Create an instance
| |
ObjectStoreException(String message, Exception e)
Create an instance
| |
protected | ObjectStoreException()
Create an instance |
Method Summary | |
---|---|
Exception | getException()
Return the enclosed exception
|
void | printStackTrace(PrintWriter writer)
Print the stack trace. |
void | printStackTrace(PrintStream stream)
Print the stack trace. |
Parameters: message The text of the exception
Parameters: e An exception that this exception is enclosing
Parameters: message The text of the exception e An exception that this exception is enclosing
Returns: The enclosed exception or null if one was not specified
Parameters: writer Where the stack trace will be written
Parameters: stream Where the stack trace will be written