Klasse ObjectUnknownException

Alle implementierten Schnittstellen:
Serializable

public class ObjectUnknownException extends KernelRuntimeException
Thrown when an object was supposed to be returned/removed/modified, but could not be found.
Siehe auch:
  • Konstruktordetails

    • ObjectUnknownException

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

      public ObjectUnknownException(TCSObjectReference<?> ref)
      Creates a new ObjectExistsException for the given object reference.
      Parameter:
      ref - The object reference.
    • ObjectUnknownException

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