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

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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.