public class EPDataFlowInstantiationException extends EPException
EPTYPE
Constructor and Description |
---|
EPDataFlowInstantiationException(java.lang.String message)
Ctor.
|
EPDataFlowInstantiationException(java.lang.String message,
java.lang.Throwable cause)
Ctor.
|
EPDataFlowInstantiationException(java.lang.Throwable cause)
Ctor.
|
public EPDataFlowInstantiationException(java.lang.String message)
message
- the messagepublic EPDataFlowInstantiationException(java.lang.String message, java.lang.Throwable cause)
message
- the messagecause
- the inner exceptionpublic EPDataFlowInstantiationException(java.lang.Throwable cause)
cause
- the inner exception