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:
java.io.Serializable
public class ResourceAllocationException extends KernelException
Thrown when allocating resources for a
Scheduler.Client
is impossible.- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ResourceAllocationException(java.lang.String message)
Creates a new ResourceAllocationException with the given detail message.ResourceAllocationException(java.lang.String message, java.lang.Throwable cause)
Creates a new ResourceAllocationException with the given detail message and cause. -
Method Summary
-
Constructor Details
-
ResourceAllocationException
public ResourceAllocationException(java.lang.String message)Creates a new ResourceAllocationException with the given detail message.- Parameters:
message
- The detail message.
-
ResourceAllocationException
public ResourceAllocationException(java.lang.String message, java.lang.Throwable cause)Creates a new ResourceAllocationException with the given detail message and cause.- Parameters:
message
- The detail message.cause
- The cause.
-