public abstract class WorkloadScheduleException extends Exception
Exception used in WorkloadSchedule and related classes and interfaces.
Thrown to indicate that a WorkloadSchedule is invalid, or an invalid operation on it is requested.
This implementation merely mimics the constructors from its superclass.
The constructors are therefore undocumented; see Exception for their semantics.
Copyright (C) 2005-2017 Jan de Jongh, TNO
This file is covered by the LICENSE file in the root of this project.
| Constructor and Description |
|---|
WorkloadScheduleException() |
WorkloadScheduleException(String message) |
WorkloadScheduleException(String message,
Throwable cause) |
WorkloadScheduleException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2018. All rights reserved.