public class ObjectStoreException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Exception |
exception_ |
private static long |
serialVersionUID |
| Modifier | Constructor and Description |
|---|---|
protected |
ObjectStoreException()
Create an instance
|
|
ObjectStoreException(java.lang.Exception e)
Create an instance
|
|
ObjectStoreException(java.lang.String message)
Create an instance
|
|
ObjectStoreException(java.lang.String message,
java.lang.Exception e)
Create an instance
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getException()
Return the enclosed exception
|
void |
printStackTrace(java.io.PrintStream stream)
Print the stack trace.
|
void |
printStackTrace(java.io.PrintWriter writer)
Print the stack trace.
|
private static final long serialVersionUID
private final java.lang.Exception exception_
public ObjectStoreException(java.lang.String message)
message - The text of the exceptionpublic ObjectStoreException(java.lang.Exception e)
e - An exception that this exception is enclosingpublic ObjectStoreException(java.lang.String message,
java.lang.Exception e)
message - The text of the exceptione - An exception that this exception is enclosingprotected ObjectStoreException()
public java.lang.Exception getException()
public void printStackTrace(java.io.PrintWriter writer)
printStackTrace in class java.lang.Throwablewriter - Where the stack trace will be writtenpublic void printStackTrace(java.io.PrintStream stream)
printStackTrace in class java.lang.Throwablestream - Where the stack trace will be written