Class MessageEventHandlerExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.pentaho.di.core.exception.KettleException
-
- org.pentaho.di.trans.ael.websocket.exception.MessageEventHandlerExecutionException
-
- All Implemented Interfaces:
Serializable
public class MessageEventHandlerExecutionException extends org.pentaho.di.core.exception.KettleException
Created by fcamara on 8/17/17.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageEventHandlerExecutionException(String message, org.pentaho.di.core.exception.KettleException cause)
MessageEventHandlerExecutionException(org.pentaho.di.core.exception.KettleException e)
-
Method Summary
-
Methods inherited from class org.pentaho.di.core.exception.KettleException
getMessage, getSuperMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MessageEventHandlerExecutionException
public MessageEventHandlerExecutionException(org.pentaho.di.core.exception.KettleException e)
-
MessageEventHandlerExecutionException
public MessageEventHandlerExecutionException(String message, org.pentaho.di.core.exception.KettleException cause)
-
-