Class ObjectRestException

All Implemented Interfaces:
Serializable

public final class ObjectRestException extends BasicRuntimeException
Generic exception thrown from the ObjectRest class.

Typically, this is a user-error, such as trying to address a non-existent node in the tree.

The status code is an HTTP-equivalent code. It will be one of the following:

See Also:
  • Constructor Details

  • Method Details

    • getStatus

      public int getStatus()
      The HTTP-equivalent status code.

      See above for details.

      Returns:
      The HTTP-equivalent status code.