public class JobParameterNotFoundException
extends java.lang.Exception
| Constructor and Description |
|---|
JobParameterNotFoundException(java.lang.Exception e)
Constructs a
JobParameterNotFoundException with the
specified exception object. |
JobParameterNotFoundException(java.lang.String string)
Constructs a
JobParameterNotFoundException with the
specified detail message. |
JobParameterNotFoundException(java.lang.String string,
java.lang.Exception cnfe)
Constructs a
JobParameterNotFoundException with the
specified detail message and exception object. |
public JobParameterNotFoundException(java.lang.Exception e)
JobParameterNotFoundException with the
specified exception object.e - Exception objectpublic JobParameterNotFoundException(java.lang.String string)
JobParameterNotFoundException with the
specified detail message.string - is the message used to describe the exception condition.public JobParameterNotFoundException(java.lang.String string,
java.lang.Exception cnfe)
JobParameterNotFoundException with the
specified detail message and exception object.string - is the message used to describe the exception condition.cnfe - Exception object