Package com.linkedin.venice.exceptions
Class VeniceMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linkedin.venice.exceptions.VeniceException
com.linkedin.venice.exceptions.VeniceMessageException
- All Implemented Interfaces:
Serializable
Custom Exception for Venice messages.
Currently everything is inherited from the superclass.
- See Also:
-
Field Summary
Fields inherited from class com.linkedin.venice.exceptions.VeniceException
errorType
-
Constructor Summary
ConstructorDescriptionVeniceMessageException
(String message) VeniceMessageException
(String message, Throwable throwable) -
Method Summary
Methods inherited from class com.linkedin.venice.exceptions.VeniceException
getErrorType, getHttpStatusCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VeniceMessageException
-
VeniceMessageException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-