Serialized Form
-
Package io.github.venkateshamurthy.exceptional.exceptions
-
Exception io.github.venkateshamurthy.exceptional.exceptions.CommonRuntimeException
class CommonRuntimeException extends RuntimeException implements Serializable-
Serialized Fields
-
code
String code
Error code that is short string to indicate error say such as FILE_LOCKED. -
detailedMessage
String detailedMessage
A detailed message/text explaining the contextual error with data/details. -
httpStatus
org.springframework.http.HttpStatus httpStatus
A short description (one-liner perhaps) of this error which can be used forThrowable.getMessage(). -
timeStamp
ZonedDateTime timeStamp
Time of occurrence of the error.
-
-
-