public class EPDataFlowInstantiationException extends EPException
Constructor and Description |
---|
EPDataFlowInstantiationException(String message)
Ctor.
|
EPDataFlowInstantiationException(String message,
Throwable cause)
Ctor.
|
EPDataFlowInstantiationException(Throwable cause)
Ctor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EPDataFlowInstantiationException(String message)
message
- the messagepublic EPDataFlowInstantiationException(String message, Throwable cause)
message
- the messagecause
- the inner exceptionpublic EPDataFlowInstantiationException(Throwable cause)
cause
- the inner exception