public class UnexpectedJobExecutionException
extends java.lang.RuntimeException
Constructor and Description |
---|
UnexpectedJobExecutionException(java.lang.String msg)
Constructs a new instance with a message.
|
UnexpectedJobExecutionException(java.lang.String msg,
java.lang.Throwable nested)
Constructs a new instance with a message.
|
public UnexpectedJobExecutionException(java.lang.String msg)
msg
- the exception message.public UnexpectedJobExecutionException(java.lang.String msg, java.lang.Throwable nested)
msg
- the exception message.nested
- instance of Throwable
that is the cause of the exception.