GrpcServiceException

akka.grpc.GrpcServiceException
See theGrpcServiceException companion object
@ApiMayChange
class GrpcServiceException(val status: Status, val metadata: Metadata) extends StatusRuntimeException

Attributes

Companion:
object
Source:
GrpcServiceException.scala
Graph
Supertypes
class StatusRuntimeException
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Constructors

def this(status: Status)
def this(status: Status, metadata: Metadata)

Java API: Constructs a service exception which includes response metadata.

Java API: Constructs a service exception which includes response metadata.

Attributes

Source:
GrpcServiceException.scala

Concrete methods

Java API: The response metadata.

Java API: The response metadata.

Attributes

Source:
GrpcServiceException.scala

Inherited methods

final def addSuppressed(x$0: Throwable): Unit

Attributes

Inherited from:
Throwable
def fillInStackTrace(): Throwable

Attributes

Inherited from:
StatusRuntimeException
def getCause(): Throwable

Attributes

Inherited from:
Throwable
def getLocalizedMessage(): String

Attributes

Inherited from:
Throwable
def getMessage(): String

Attributes

Inherited from:
Throwable
def getStackTrace(): Array[StackTraceElement]

Attributes

Inherited from:
Throwable
final def getStatus(): Status

Attributes

Inherited from:
StatusRuntimeException
final def getSuppressed(): Array[Throwable]

Attributes

Inherited from:
Throwable
@Nullable
final def getTrailers(): Metadata

Attributes

Inherited from:
StatusRuntimeException
def initCause(x$0: Throwable): Throwable

Attributes

Inherited from:
Throwable
def printStackTrace(x$0: PrintWriter): Unit

Attributes

Inherited from:
Throwable
def printStackTrace(x$0: PrintStream): Unit

Attributes

Inherited from:
Throwable
def printStackTrace(): Unit

Attributes

Inherited from:
Throwable
def setStackTrace(x$0: Array[StackTraceElement]): Unit

Attributes

Inherited from:
Throwable
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Inherited from:
Throwable

Concrete fields

val status: Status