public class SchedulerException extends PortalException
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_INVALID_START_DATE |
Constructor and Description |
---|
SchedulerException() |
SchedulerException(String msg) |
SchedulerException(String msg,
Throwable throwable) |
SchedulerException(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
void |
setType(int type) |
public static final int TYPE_INVALID_START_DATE