|
||||||||||
| 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.hivemind.ApplicationRuntimeException
net.sourceforge.hivetranse.exception.DataAccessException
net.sourceforge.hivetranse.exception.UnknownDataAccessException
public class UnknownDataAccessException
Exception class thrown when the DataStore reported an error that could not be categorized into any other subclass of DataAccessException. In particular, all DDL statements-related errors trigger this exception.
| Constructor Summary | |
|---|---|
UnknownDataAccessException(java.lang.String message,
java.lang.Throwable rootCause)
|
|
| Method Summary |
|---|
| Methods inherited from class org.apache.hivemind.ApplicationRuntimeException |
|---|
getCause, getComponent, getLocation, getRootCause, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnknownDataAccessException(java.lang.String message,
java.lang.Throwable rootCause)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||