Class/Object

com.twitter.finatra.thrift.thriftscala

NoClientIdError

Related Docs: object NoClientIdError | package thriftscala

Permalink

class NoClientIdError extends Exception with ThriftException with SourcedException with ThriftStruct with Product1[String] with Serializable

Linear Supertypes
Product1[String], Product, Equals, ThriftStruct, SourcedException, HasRemoteInfo, ThriftException, Exception, Throwable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NoClientIdError
  2. Product1
  3. Product
  4. Equals
  5. ThriftStruct
  6. SourcedException
  7. HasRemoteInfo
  8. ThriftException
  9. Exception
  10. Throwable
  11. Serializable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NoClientIdError(message: String)

    Permalink
  2. new NoClientIdError(message: String, _passthroughFields: Map[Short, TFieldBlob])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def _1: String

    Permalink
    Definition Classes
    NoClientIdError → Product1
  5. val _passthroughFields: Map[Short, TFieldBlob]

    Permalink
  6. final def addSuppressed(arg0: Throwable): Unit

    Permalink
    Definition Classes
    Throwable
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    NoClientIdError → Equals
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def copy(message: String = this.message, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): NoClientIdError

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    NoClientIdError → Equals → AnyRef → Any
  13. def exceptionMessage(): String

    Permalink
    Definition Classes
    HasRemoteInfo
  14. def fillInStackTrace(): Throwable

    Permalink
    Definition Classes
    Throwable
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def getCause(): Throwable

    Permalink
    Definition Classes
    Throwable
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getFieldBlob(_fieldId: Short): Option[TFieldBlob]

    Permalink

    Gets a field value encoded as a binary blob using TCompactProtocol.

    Gets a field value encoded as a binary blob using TCompactProtocol. If the specified field is present in the passthrough map, that value is returned. Otherwise, if the specified field is known and not optional and set to None, then the field is serialized and returned.

  19. def getFieldBlobs(ids: TraversableOnce[Short]): Map[Short, TFieldBlob]

    Permalink

    Collects TCompactProtocol-encoded field values according to getFieldBlob into a map.

  20. def getLocalizedMessage(): String

    Permalink
    Definition Classes
    Throwable
  21. def getMessage(): String

    Permalink
    Definition Classes
    NoClientIdError → HasRemoteInfo → Throwable
  22. def getStackTrace(): Array[StackTraceElement]

    Permalink
    Definition Classes
    Throwable
  23. final def getSuppressed(): Array[Throwable]

    Permalink
    Definition Classes
    Throwable
  24. def hashCode(): Int

    Permalink
    Definition Classes
    NoClientIdError → AnyRef → Any
  25. def initCause(arg0: Throwable): Throwable

    Permalink
    Definition Classes
    Throwable
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. val message: String

    Permalink
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def printStackTrace(arg0: PrintWriter): Unit

    Permalink
    Definition Classes
    Throwable
  32. def printStackTrace(arg0: PrintStream): Unit

    Permalink
    Definition Classes
    Throwable
  33. def printStackTrace(): Unit

    Permalink
    Definition Classes
    Throwable
  34. def productArity: Int

    Permalink
    Definition Classes
    NoClientIdError → Product1 → Product
  35. def productElement(n: Int): Any

    Permalink
    Definition Classes
    NoClientIdError → Product1 → Product
  36. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  37. def productPrefix: String

    Permalink
    Definition Classes
    NoClientIdError → Product
  38. def remoteInfo(): RemoteInfo

    Permalink
    Definition Classes
    HasRemoteInfo
  39. var serviceName: String

    Permalink
    Definition Classes
    SourcedException
  40. def setField(_blob: TFieldBlob): NoClientIdError

    Permalink

    Sets a field using a TCompactProtocol-encoded binary blob.

    Sets a field using a TCompactProtocol-encoded binary blob. If the field is a known field, the blob is decoded and the field is set to the decoded value. If the field is unknown and passthrough fields are enabled, then the blob will be stored in _passthroughFields.

  41. def setStackTrace(arg0: Array[StackTraceElement]): Unit

    Permalink
    Definition Classes
    Throwable
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  43. def toString(): String

    Permalink
    Definition Classes
    NoClientIdError → Throwable → AnyRef → Any
  44. def unsetField(_fieldId: Short): NoClientIdError

    Permalink

    If the specified field is optional, it is set to None.

    If the specified field is optional, it is set to None. Otherwise, if the field is known, it is reverted to its default value; if the field is unknown, it is removed from the passthroughFields map, if present.

  45. def unsetMessage: NoClientIdError

    Permalink

    If the specified field is optional, it is set to None.

    If the specified field is optional, it is set to None. Otherwise, if the field is known, it is reverted to its default value; if the field is unknown, it is removed from the passthroughFields map, if present.

  46. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. def write(_oprot: TProtocol): Unit

    Permalink
    Definition Classes
    NoClientIdError → ThriftStruct

Inherited from Product1[String]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from SourcedException

Inherited from HasRemoteInfo

Inherited from ThriftException

Inherited from Exception

Inherited from Throwable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped