Class RestOperationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.nuxeo.ecm.automation.OperationException
org.nuxeo.ecm.automation.server.jaxrs.RestOperationException
All Implemented Interfaces:
Serializable

public class RestOperationException extends OperationException
Automation exception to extend to be thrown during REST calls on Automation operations.
Since:
7.1
See Also:
  • Field Details

    • status

      protected int status
  • Constructor Details

    • RestOperationException

      public RestOperationException(String message)
    • RestOperationException

      public RestOperationException(Throwable cause)
    • RestOperationException

      public RestOperationException(String message, Throwable cause)
    • RestOperationException

      public RestOperationException(String message, int status)
    • RestOperationException

      public RestOperationException(Throwable cause, int status)
    • RestOperationException

      public RestOperationException(String message, Throwable cause, int status)
  • Method Details

    • getStatus

      public int getStatus()
    • setStatus

      public void setStatus(int status)