Packages

class GrpcServiceException extends StatusRuntimeException

Annotations
@ApiMayChange()
Source
GrpcServiceException.scala
Linear Supertypes
StatusRuntimeException, RuntimeException, Exception, Throwable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GrpcServiceException
  2. StatusRuntimeException
  3. RuntimeException
  4. Exception
  5. Throwable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GrpcServiceException(status: Status, metadata: Metadata)

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

  2. new GrpcServiceException(status: Status)
  3. new GrpcServiceException(status: Status, metadata: Metadata)

Value Members

  1. final def addSuppressed(arg0: Throwable): Unit
    Definition Classes
    Throwable
  2. def fillInStackTrace(): Throwable
    Definition Classes
    StatusRuntimeException → Throwable
  3. def getCause(): Throwable
    Definition Classes
    Throwable
  4. def getLocalizedMessage(): String
    Definition Classes
    Throwable
  5. def getMessage(): String
    Definition Classes
    Throwable
  6. def getMetadata: Metadata

    Java API: The response metadata.

  7. def getStackTrace(): Array[StackTraceElement]
    Definition Classes
    Throwable
  8. final def getStatus(): Status
    Definition Classes
    StatusRuntimeException
  9. final def getSuppressed(): Array[Throwable]
    Definition Classes
    Throwable
  10. final def getTrailers(): Metadata
    Definition Classes
    StatusRuntimeException
    Annotations
    @Nullable()
  11. def initCause(arg0: Throwable): Throwable
    Definition Classes
    Throwable
  12. val metadata: Metadata
  13. def printStackTrace(arg0: PrintWriter): Unit
    Definition Classes
    Throwable
  14. def printStackTrace(arg0: PrintStream): Unit
    Definition Classes
    Throwable
  15. def printStackTrace(): Unit
    Definition Classes
    Throwable
  16. def setStackTrace(arg0: Array[StackTraceElement]): Unit
    Definition Classes
    Throwable
  17. val status: Status
  18. def toString(): String
    Definition Classes
    Throwable → AnyRef → Any