|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gargoylesoftware.base.objectstore.ObjectStoreException
public class ObjectStoreException
Thrown when an error occuring during the processing of an object store.
| Field Summary | |
|---|---|
private java.lang.Exception |
exception_
|
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
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 |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
private final java.lang.Exception exception_
| Constructor Detail |
|---|
public ObjectStoreException(java.lang.String message)
message - The text of the exceptionpublic ObjectStoreException(java.lang.Exception e)
e - An exception that this exception is enclosing
public ObjectStoreException(java.lang.String message,
java.lang.Exception e)
message - The text of the exceptione - An exception that this exception is enclosingprotected ObjectStoreException()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||