public class SyslogException
extends org.pentaho.di.core.exception.KettleException
| Modifier and Type | Field and Description | 
|---|---|
static long | 
serialVersionUID  | 
| Constructor and Description | 
|---|
SyslogException()
Constructs a new throwable with null as its detail message. 
 | 
SyslogException(String message)
Constructs a new throwable with the specified detail message. 
 | 
getMessage, getSuperMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final long serialVersionUID
public SyslogException()
public SyslogException(String message)
message - - the detail message. The detail message is saved for later retrieval by the getMessage() method.