public class WorkloadScheduleAmbiguityException extends WorkloadScheduleException
Exception used in WorkloadSchedule and related classes and interfaces.
Thrown to indicate that a WorkloadSchedule is ambiguous in cases were that is not allowed.
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 |
|---|
WorkloadScheduleAmbiguityException() |
WorkloadScheduleAmbiguityException(String message) |
WorkloadScheduleAmbiguityException(String message,
Throwable cause) |
WorkloadScheduleAmbiguityException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WorkloadScheduleAmbiguityException()
public WorkloadScheduleAmbiguityException(String message)
public WorkloadScheduleAmbiguityException(String message, Throwable cause)
public WorkloadScheduleAmbiguityException(Throwable cause)
Copyright © 2018. All rights reserved.