Package org.opentcs.data
Klasse ObjectExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opentcs.access.KernelRuntimeException
org.opentcs.data.ObjectExistsException
- Alle implementierten Schnittstellen:
Serializable
Thrown when an object was supposed to be created or renamed, but another
object with the same ID/name/attributes already exists.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorBeschreibungObjectExistsException
(String message) Creates a new ObjectExistsException with the given detail message.ObjectExistsException
(String message, Throwable cause) Creates a new ObjectExistsException 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
-
ObjectExistsException
Creates a new ObjectExistsException with the given detail message.- Parameter:
message
- The detail message.
-
ObjectExistsException
Creates a new ObjectExistsException with the given detail message and cause.- Parameter:
message
- The detail message.cause
- The cause.
-