|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.rioproject.resources.persistence.StoreException
public class StoreException
Base class for exceptions thrown by PersistantStore
| Constructor Summary | |
|---|---|
StoreException(String str)
Create a store exception, forwarding a string to the superclass constructor. |
|
StoreException(String str,
Throwable ex)
Create an exception, forwarding a string to the superclass constructor. |
|
| Method Summary | |
|---|---|
void |
printStackTrace()
Print the stack trace of this exception, plus that of the nested exception, if any. |
void |
printStackTrace(PrintStream out)
Print the stack trace of this exception, plus that of the nested exception, if any. |
void |
printStackTrace(PrintWriter out)
Print the stack trace of this exception, plus that of the nested exception, if any. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StoreException(String str)
str - a detailed message for the exception
public StoreException(String str,
Throwable ex)
str - a detailed message for the exceptionex - root cause for the exception, may be null| Method Detail |
|---|
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream out)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter out)
printStackTrace in class Throwable
|
Copyright © Rio Project. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||