java.lang.Object
java.lang.Throwable
java.lang.Exception
org.javacs.lsp.ResponseErrorException
- All Implemented Interfaces:
Serializable
This exception acts an error response returns from server
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionResponseErrorException(int errorCode, String message, Throwable cause, Object data) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
errorCode
public final int errorCode -
data
-
-
Constructor Details
-
ResponseErrorException
-