Uses of Enum Class
cz.metacentrum.perun.core.api.exceptions.RpcException.Type
Packages that use RpcException.Type
-
Uses of RpcException.Type in cz.metacentrum.perun.core.api.exceptions
Subclasses with type arguments of type RpcException.Type in cz.metacentrum.perun.core.api.exceptionsModifier and TypeClassDescriptionstatic enumThis enum represents possible RPC error types.Methods in cz.metacentrum.perun.core.api.exceptions that return RpcException.TypeModifier and TypeMethodDescriptionstatic RpcException.TypeReturns the enum constant of this class with the specified name.static RpcException.Type[]RpcException.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cz.metacentrum.perun.core.api.exceptions with parameters of type RpcException.TypeModifierConstructorDescriptionRpcException(RpcException.Type type, String errorInfo) RpcException(RpcException.Type type, String errorInfo, Throwable cause) RpcException(RpcException.Type type, Throwable cause)