|
||||||||||
| 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
net.esper.client.EPException
net.esper.client.ConfigurationException
public final class ConfigurationException
Thrown to indicate a configuration problem.
| Constructor Summary | |
|---|---|
ConfigurationException(String message)
Ctor. |
|
ConfigurationException(String message,
Throwable cause)
Ctor for an inner exception and message. |
|
ConfigurationException(Throwable cause)
Ctor - just an inner exception. |
|
| 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 ConfigurationException(String message)
message - - error message
public ConfigurationException(String message,
Throwable cause)
message - - error messagecause - - inner exceptionpublic ConfigurationException(Throwable cause)
cause - - inner exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||