|
|||||||||
| 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.jboss.dna.common.jdbc.model.api.DatabaseMetaDataMethodException
public class DatabaseMetaDataMethodException

Database metadata method call related exception
| Field Summary | |
|---|---|
static String |
METHOD_FAILED
|
| Constructor Summary | |
|---|---|
DatabaseMetaDataMethodException()
Default constructor |
|
DatabaseMetaDataMethodException(String message,
String methodName)
Constructor |
|
DatabaseMetaDataMethodException(String message,
String methodName,
Throwable ex)
Constructor |
|
DatabaseMetaDataMethodException(Throwable ex)
Constructor |
|
| Method Summary | |
|---|---|
String |
getMethodName()
Returns name of method that caused exception |
void |
setMethodName(String methodName)
Sets the name of method that caused exception |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String METHOD_FAILED
| Constructor Detail |
|---|
public DatabaseMetaDataMethodException()
public DatabaseMetaDataMethodException(String message,
String methodName)
message - the explanation of exceptionmethodName - the name of method that caused exception
public DatabaseMetaDataMethodException(String message,
String methodName,
Throwable ex)
message - the explanation of exceptionmethodName - the name of method that caused exceptionex - the exception that causes problempublic DatabaseMetaDataMethodException(Throwable ex)
ex - the exception that causes problem| Method Detail |
|---|
public String getMethodName()
public void setMethodName(String methodName)
methodName - the name of method that caused exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||