Class ErrorResponseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.camunda.zeebe.test.broker.protocol.commandapi.ErrorResponseException
-
- All Implemented Interfaces:
Serializable
public final class ErrorResponseException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ErrorResponseException(ErrorResponse errorResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorCodegetErrorCode()StringgetErrorMessage()ErrorResponsegetErrorResponse()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ErrorResponseException
public ErrorResponseException(ErrorResponse errorResponse)
-
-
Method Detail
-
getErrorResponse
public ErrorResponse getErrorResponse()
-
getErrorCode
public ErrorCode getErrorCode()
-
getErrorMessage
public String getErrorMessage()
-
-