|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.gargoylesoftware.base.objectstore.ObjectStoreException
Thrown when an error occuring during the processing of an object store.
Constructor Summary | |
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 |
Method Summary | |
Exception |
getException()
Return the enclosed exception |
void |
printStackTrace(PrintStream stream)
Print the stack trace. |
void |
printStackTrace(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 |
Constructor Detail |
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()
Method Detail |
public Exception getException()
public void printStackTrace(PrintWriter writer)
writer
- Where the stack trace will be writtenpublic void printStackTrace(PrintStream stream)
stream
- Where the stack trace will be written
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |