Package org.opentcs.components.kernel
Class ResourceAllocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opentcs.access.KernelException
org.opentcs.components.kernel.ResourceAllocationException
- All Implemented Interfaces:
Serializable
Thrown when allocating resources for a
Scheduler.Client
is impossible.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourceAllocationException
(String message) Creates a new ResourceAllocationException with the given detail message.ResourceAllocationException
(String message, Throwable cause) Creates a new ResourceAllocationException with the given detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceAllocationException
Creates a new ResourceAllocationException with the given detail message.- Parameters:
message
- The detail message.
-
ResourceAllocationException
Creates a new ResourceAllocationException with the given detail message and cause.- Parameters:
message
- The detail message.cause
- The cause.
-