Class ResourceAllocationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opentcs.access.KernelException
org.opentcs.components.kernel.ResourceAllocationException
All Implemented Interfaces:
Serializable

public class ResourceAllocationException extends KernelException
Thrown when allocating resources for a Scheduler.Client is impossible.
See Also:
  • Constructor Details

    • ResourceAllocationException

      public ResourceAllocationException(String message)
      Creates a new ResourceAllocationException with the given detail message.
      Parameters:
      message - The detail message.
    • ResourceAllocationException

      public ResourceAllocationException(String message, Throwable cause)
      Creates a new ResourceAllocationException with the given detail message and cause.
      Parameters:
      message - The detail message.
      cause - The cause.