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, toString
public 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 Throwable
writer
- Where the stack trace will be writtenpublic void printStackTrace(PrintStream stream)
printStackTrace
in class Throwable
stream
- Where the stack trace will be writtenCopyright © 1998–2014 Gargoyle Software Inc.. All rights reserved.