public class JobDoesNotExistException extends BaseException
getJobDetails()
from the
AdministrationClient
, the ExpressionClient
, or the
FunctionClient
fail to find the specified job.AdministrationClient
,
FunctionClient
,
ExpressionClient
,
Serialized FormConstructor and Description |
---|
JobDoesNotExistException()
Constructs an instance of a
JobDoesNotExistException class. |
JobDoesNotExistException(java.lang.String m)
Constructs an instance of a
JobDoesNotExistException class. |
JobDoesNotExistException(java.lang.String m,
java.lang.Throwable t)
Constructs an instance of a
JobDoesNotExistException class. |
JobDoesNotExistException(java.lang.Throwable t)
Constructs an instance of a
JobDoesNotExistException class. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getXml()
Returns an XML representation representing the exception.
|
int |
ordinal()
Returns the ID of the exception to facilitate unmarshaling XML representation
back into Java object.
|
public JobDoesNotExistException()
JobDoesNotExistException
class.public JobDoesNotExistException(java.lang.String m)
JobDoesNotExistException
class.m
- The message string containing more information about the
exception.public JobDoesNotExistException(java.lang.Throwable t)
JobDoesNotExistException
class.t
- The Java Throwable
class containing a snapshot of
the execution stack of its thread at the time it was created.public JobDoesNotExistException(java.lang.String m, java.lang.Throwable t)
JobDoesNotExistException
class.m
- The message string containing more information about the
exception.t
- The Java Throwable
class containing a snapshot of
the execution stack of its thread at the time it was created.public int ordinal()
ordinal
in class BaseException
int
.public java.lang.String getXml()
getXml
in class BaseException
String
.