Package org.opentcs.components.kernel
Klasse ResourceAllocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opentcs.access.KernelException
org.opentcs.components.kernel.ResourceAllocationException
- Alle implementierten Schnittstellen:
Serializable
Thrown when allocating resources for a
Scheduler.Client
is impossible.- Siehe auch:
-
Konstruktorübersicht
KonstruktorBeschreibungResourceAllocationException
(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. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
ResourceAllocationException
Creates a new ResourceAllocationException with the given detail message.- Parameter:
message
- The detail message.
-
ResourceAllocationException
Creates a new ResourceAllocationException with the given detail message and cause.- Parameter:
message
- The detail message.cause
- The cause.
-