Klasse ResourceAllocationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opentcs.access.KernelException
org.opentcs.components.kernel.ResourceAllocationException
Alle implementierten Schnittstellen:
Serializable

public class ResourceAllocationException extends KernelException
Thrown when allocating resources for a Scheduler.Client is impossible.
Siehe auch:
  • Konstruktordetails

    • ResourceAllocationException

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

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