|
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
java.lang.RuntimeException
com.genesyslab.platform.applicationblocks.com.ConfigRuntimeException
public class ConfigRuntimeException
This is a basic exception that application block throws in case of unsupposed exception (such as 'out of memory', 'error object instantiation', etc).
Constructor Summary | |
---|---|
ConfigRuntimeException(java.lang.String message)
Creates the exception class. |
|
ConfigRuntimeException(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 ConfigRuntimeException(java.lang.String message)
message
- Exception messagepublic ConfigRuntimeException(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 |