public class ObjectStoreException extends RuntimeException
| Modifier | Constructor and Description |
|---|---|
protected |
ObjectStoreException()
Create an instance
|
|
ObjectStoreException(Exception e)
Create an instance
|
|
ObjectStoreException(String message)
Create an instance
|
|
ObjectStoreException(String message,
Exception e)
Create an instance
|
| Modifier and Type | Method and Description |
|---|---|
Exception |
getException()
Return the enclosed exception
|
void |
printStackTrace(PrintStream stream)
Print the stack trace.
|
void |
printStackTrace(PrintWriter writer)
Print the stack trace.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic ObjectStoreException(String message)
message - The text of the exceptionpublic ObjectStoreException(Exception e)
e - An exception that this exception is enclosingpublic ObjectStoreException(String message, Exception e)
message - The text of the exceptione - An exception that this exception is enclosingprotected ObjectStoreException()
public Exception getException()
public void printStackTrace(PrintWriter writer)
printStackTrace in class Throwablewriter - Where the stack trace will be writtenpublic void printStackTrace(PrintStream stream)
printStackTrace in class Throwablestream - Where the stack trace will be writtenCopyright © 1998–2025 Gargoyle Software Inc.. All rights reserved.