Package org.grpcmock.exception
Class UnimplementedStatusException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.grpc.StatusRuntimeException
org.grpcmock.exception.UnimplementedStatusException
- All Implemented Interfaces:
Serializable
public class UnimplementedStatusException
extends io.grpc.StatusRuntimeException
Exception wrapper for
StatusRuntimeException with Status.UNIMPLEMENTED.- Author:
- Fadelis
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnimplementedStatusException(String message) Create aStatusRuntimeExceptionwithStatus.UNIMPLEMENTEDstatus and given message. -
Method Summary
Methods inherited from class io.grpc.StatusRuntimeException
getStatus, getTrailersMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnimplementedStatusException
Create aStatusRuntimeExceptionwithStatus.UNIMPLEMENTEDstatus and given message.
-