|
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
public class ConfigException
This is a basic exception that application block throws in case of abnormal flow (such as 'nothing was found in Configuration Server', 'invalid parameters of connection', etc).
Constructor Summary | |
---|---|
ConfigException(java.lang.String message)
Creates the exception class. |
|
ConfigException(java.lang.String message,
java.lang.Throwable origin)
Creates the exception class. |
Method Summary |
---|
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConfigException(java.lang.String message)
message
- Exception messagepublic ConfigException(java.lang.String message, java.lang.Throwable origin)
message
- Exception messageorigin
- Original cause
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |