|
||||||||||
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.common.config.util.ConfigObjectsNotResolvableException
public class ConfigObjectsNotResolvableException
Field Summary |
---|
Fields inherited from class com.metamatrix.core.MetaMatrixCoreException |
---|
code |
Constructor Summary | |
---|---|
ConfigObjectsNotResolvableException()
No-arg costructor required by Externalizable semantics |
|
ConfigObjectsNotResolvableException(java.lang.String message)
Construct an instance with the error message specified. |
|
ConfigObjectsNotResolvableException(java.lang.String code,
java.lang.String message)
Construct an instance with an error code and message specified. |
|
ConfigObjectsNotResolvableException(java.lang.Throwable e)
Construct an instance with a linked exception specified. |
|
ConfigObjectsNotResolvableException(java.lang.Throwable e,
java.lang.String message)
Construct an instance with a linked exception and error message specified. |
|
ConfigObjectsNotResolvableException(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.api.exception.MetaMatrixException |
---|
getChild, getFullMessage, toString |
Methods inherited from class com.metamatrix.core.MetaMatrixCoreException |
---|
getCode, getMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 ConfigObjectsNotResolvableException()
public ConfigObjectsNotResolvableException(java.lang.String message)
message
- The error messagepublic ConfigObjectsNotResolvableException(java.lang.String code, java.lang.String message)
message
- The error messagecode
- The error codepublic ConfigObjectsNotResolvableException(java.lang.Throwable e)
e
- An exception to chain to this exceptionpublic ConfigObjectsNotResolvableException(java.lang.Throwable e, java.lang.String message)
e
- An exception to chain to this exceptionmessage
- The error messagepublic ConfigObjectsNotResolvableException(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 |