Class EPRecompileProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.espertech.esper.common.client.hook.recompile.EPRecompileProviderException
- All Implemented Interfaces:
Serializable
Exception for use with
EPRecompileProvider
- See Also:
-
Constructor Summary
ConstructorDescriptionEPRecompileProviderException
(String message) CtorEPRecompileProviderException
(String message, Throwable cause) Ctor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EPRecompileProviderException
Ctor- Parameters:
message
- message
-
EPRecompileProviderException
Ctor- Parameters:
message
- messagecause
- cause
-