Package org.cyclos.server.utils
Class WebRpcException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.server.utils.WebRpcException
-
- All Implemented Interfaces:
Serializable
public class WebRpcException extends RuntimeException
Exception thrown when performing a WEB-RPC request- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebRpcException(int statusCode)WebRpcException(int statusCode, String message)WebRpcException(int statusCode, Map<String,Object> context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getContext()intgetStatusCode()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-