public class NotFoundException extends SchedulerException
Constructor and Description |
---|
NotFoundException()
Constructor
|
NotFoundException(String msg)
Constructor with a detailed message.
|
NotFoundException(String msg,
Throwable cause)
Constructor with a detailed message and underlying cause.
|
NotFoundException(Throwable cause)
Constructor with the underlying cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotFoundException()
public NotFoundException(String msg)
msg
- the associated detailed messagepublic NotFoundException(Throwable cause)
cause
- the underlying cause for exception.