Package io.hstream
Class HServerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.hstream.HServerException
-
- All Implemented Interfaces:
Serializable
public class HServerException extends RuntimeException
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HServerException.ErrBody
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HServerException.ErrBody
getErrBody()
String
getErrorMessage()
String
getMessage()
String
getRawErrorBody()
static HServerException
tryToHServerException(String errBodyStr)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
getErrorMessage
public String getErrorMessage()
-
getErrBody
public HServerException.ErrBody getErrBody()
-
getRawErrorBody
public String getRawErrorBody()
-
tryToHServerException
public static HServerException tryToHServerException(String errBodyStr)
-
-