Class RestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.core.runtime.CoreException
org.eclipse.ecf.core.util.ECFException
org.eclipse.ecf.remoteservice.rest.RestException
All Implemented Interfaces:
Serializable

public class RestException extends ECFException
See Also:
  • Constructor Details

    • RestException

      public RestException(org.eclipse.core.runtime.IStatus status)
    • RestException

      public RestException()
    • RestException

      public RestException(int errorCode)
    • RestException

      public RestException(String message)
    • RestException

      public RestException(String message, int errorCode)
    • RestException

      public RestException(Throwable cause)
    • RestException

      public RestException(Throwable cause, int errorCode)
    • RestException

      public RestException(String message, Throwable cause)
    • RestException

      public RestException(String message, Throwable cause, int errorCode)
    • RestException

      public RestException(String message, Throwable cause, int errorCode, byte[] response)
  • Method Details

    • getErrorCode

      public int getErrorCode()
    • getResponseBody

      public byte[] getResponseBody()