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:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description RestException()RestException(int errorCode)RestException(String message)RestException(String message, int errorCode)RestException(String message, Throwable cause)RestException(String message, Throwable cause, int errorCode)RestException(String message, Throwable cause, int errorCode, byte[] response)RestException(Throwable cause)RestException(Throwable cause, int errorCode)RestException(org.eclipse.core.runtime.IStatus status)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetErrorCode()byte[]getResponseBody()- 
Methods inherited from class org.eclipse.core.runtime.CoreExceptiongetCause, getStatus, printStackTrace, printStackTrace, printStackTrace
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
RestExceptionpublic RestException(org.eclipse.core.runtime.IStatus status) 
 - 
RestExceptionpublic RestException() 
 - 
RestExceptionpublic RestException(int errorCode) 
 - 
RestExceptionpublic RestException(String message) 
 - 
RestExceptionpublic RestException(String message, int errorCode) 
 - 
RestExceptionpublic RestException(Throwable cause) 
 - 
RestExceptionpublic RestException(Throwable cause, int errorCode) 
 
- 
 
-