Uses of Enum Class
ru.pathcreator.pyc.rpc.core.exceptions.RpcStatus
Packages that use RpcStatus
-
Uses of RpcStatus in ru.pathcreator.pyc.rpc.core.exceptions
Subclasses with type arguments of type RpcStatus in ru.pathcreator.pyc.rpc.core.exceptionsModifier and TypeClassDescriptionenumВстроенные RPC status code-ы для transport-слоя и общих service-level ошибок.Methods in ru.pathcreator.pyc.rpc.core.exceptions that return RpcStatusModifier and TypeMethodDescriptionstatic RpcStatusRpcStatus.fromCode(int code) Resolves a numeric code into a known status when possible.RemoteRpcException.status()Возвращает известный built-in статус для этого кода, если он есть.static RpcStatusReturns the enum constant of this class with the specified name.static RpcStatus[]RpcStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ru.pathcreator.pyc.rpc.core.exceptions with parameters of type RpcStatusModifierConstructorDescriptionRpcApplicationException(RpcStatus status, String message) Создаёт application exception с predefined status.RpcApplicationException(RpcStatus status, String message, Throwable cause) Создаёт application exception с predefined status и cause.