java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.hotmoka.network.NetworkExceptionResponse
- All Implemented Interfaces:
Serializable
A network exception with its message and HTTP status.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the fully-qualified name of the class of the exception.Returns the message of the exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
errorModel
-
-
Constructor Details
-
NetworkExceptionResponse
-
-
Method Details
-
getStatus
-
getMessage
Returns the message of the exception.- Overrides:
getMessagein classThrowable
-
getExceptionClassName
Returns the fully-qualified name of the class of the exception.
-