Class ObjectUnknownException

All Implemented Interfaces:
Serializable

public class ObjectUnknownException extends KernelRuntimeException
Thrown when an object was supposed to be returned/removed/modified, but could not be found.
See Also:
  • Constructor Details

    • ObjectUnknownException

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

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

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