|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.metamatrix.core.MetaMatrixCoreException
com.metamatrix.api.exception.MetaMatrixException
com.metamatrix.api.exception.MetaMatrixComponentException
com.metamatrix.common.config.api.exceptions.ConfigurationException
com.metamatrix.common.config.api.exceptions.ConfigurationConnectionException
public class ConfigurationConnectionException
| Constructor Summary | |
|---|---|
ConfigurationConnectionException()
No-arg costructor required by Externalizable semantics |
|
ConfigurationConnectionException(java.lang.String message)
Constructs an instance of the exception with the specified detail message. |
|
ConfigurationConnectionException(java.lang.String code,
java.lang.String message)
Construct an instance with an error code and message specified. |
|
ConfigurationConnectionException(java.lang.Throwable e)
Constructs an instance of the exception with no detail message but with a single exception. |
|
ConfigurationConnectionException(java.lang.Throwable e,
java.lang.String message)
Constructs an instance of the exception with the specified detail message and a single exception. |
|
ConfigurationConnectionException(java.lang.Throwable e,
java.lang.String code,
java.lang.String message)
Construct an instance with a linked exception, and an error code and message, specified. |
|
| Method Summary |
|---|
| Methods inherited from class com.metamatrix.common.config.api.exceptions.ConfigurationException |
|---|
getActionIndex, setActionIndex |
| Methods inherited from class com.metamatrix.api.exception.MetaMatrixException |
|---|
getChild, getCode, getFullMessage, getMessage, readExternal, setCode, toString, writeExternal |
| Methods inherited from class com.metamatrix.core.MetaMatrixCoreException |
|---|
getCause, initCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationConnectionException()
public ConfigurationConnectionException(java.lang.String message)
message - the detail messagepublic ConfigurationConnectionException(java.lang.Throwable e)
e - the exception that is encapsulated by this exception
public ConfigurationConnectionException(java.lang.Throwable e,
java.lang.String message)
message - the detail messagee - the exception that is encapsulated by this exception
public ConfigurationConnectionException(java.lang.String code,
java.lang.String message)
message - The error messagecode - The error code
public ConfigurationConnectionException(java.lang.Throwable e,
java.lang.String code,
java.lang.String message)
e - An exception to chain to this exceptionmessage - The error messagecode - The error code
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||