|
Platform SDK Java 8.5 API Reference | |||||||||
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.genesyslab.platform.applicationblocks.com.ConfigException
com.genesyslab.platform.applicationblocks.com.ConfigServerException
public class ConfigServerException
Exception class used to show configuration server error detail.
Constructor Summary | |
---|---|
|
ConfigServerException(CfgErrorType errType,
CfgObjectType objType,
CfgObjectProperty objProperty,
java.lang.String message)
Creates the exception class. |
|
ConfigServerException(java.lang.String message)
Creates the exception class. |
protected |
ConfigServerException(java.lang.String message,
java.lang.Exception innerException)
Creates the exception class. |
Method Summary | |
---|---|
CfgErrorType |
getErrorType()
The type of error that has occurred. |
CfgObjectProperty |
getObjectProperty()
The property of the configuration object which has caused the error. |
CfgObjectType |
getObjectType()
The type of configuration object this error applies to. |
java.lang.String |
toString()
Returns a short description of this exception. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, 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 ConfigServerException(CfgErrorType errType, CfgObjectType objType, CfgObjectProperty objProperty, java.lang.String message)
errType
- the type of error that has occurredobjType
- the type of configuration object this error applies toobjProperty
- the property of the configuration object which has caused the errormessage
- exception messagepublic ConfigServerException(java.lang.String message)
message
- Exception Messageprotected ConfigServerException(java.lang.String message, java.lang.Exception innerException)
innerException
- the inner exceptionmessage
- exception messageMethod Detail |
---|
public final CfgErrorType getErrorType()
public final CfgObjectType getObjectType()
public final CfgObjectProperty getObjectProperty()
public java.lang.String toString()
toString
in class java.lang.Throwable
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |