|
||||||||||
| 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
org.apache.commons.lang.exception.NestableRuntimeException
org.apache.commons.lang.UnhandledException
org.openanzo.jdbc.utils.UnhandledRdbException
public class UnhandledRdbException
Exception dealing with unhandled RDB errors
| Constructor Summary | |
|---|---|
UnhandledRdbException(java.lang.String message)
Create a new UnhandledRdbException |
|
UnhandledRdbException(java.lang.String message,
java.lang.Throwable cause)
Create a new UnhandledRdbException |
|
UnhandledRdbException(java.lang.Throwable cause)
Create a new UnhandledRdbException |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.commons.lang.exception.NestableRuntimeException |
|---|
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnhandledRdbException(java.lang.String message)
message - message text for exceptionpublic UnhandledRdbException(java.lang.Throwable cause)
cause - cause of exception
public UnhandledRdbException(java.lang.String message,
java.lang.Throwable cause)
message - message text for exceptioncause - cause of exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||