Klasse ObjectExistsException

Alle implementierten Schnittstellen:
Serializable

public class ObjectExistsException extends KernelRuntimeException
Thrown when an object was supposed to be created or renamed, but another object with the same ID/name/attributes already exists.
Siehe auch:
  • Konstruktordetails

    • ObjectExistsException

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

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