case class JWTTokenSignException(message: String = "auth.error", errorType: ErrorType = ErrorType.AuthError, errorCode: String = "auth.error", status: Int = ErrorCode.InternalServerError, stacktrace: Option[String] = None) extends Throwable with AuthException with Product with Serializable

Linear Supertypes
Product, Equals, AuthException, FrameworkException, Throwable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JWTTokenSignException
  2. Product
  3. Equals
  4. AuthException
  5. FrameworkException
  6. Throwable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new JWTTokenSignException(message: String = "auth.error", errorType: ErrorType = ErrorType.AuthError, errorCode: String = "auth.error", status: Int = ErrorCode.InternalServerError, stacktrace: Option[String] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addFamily(json: Json, family: String): Either[String, Json]
    Definition Classes
    FrameworkException
  5. final def addSuppressed(arg0: Throwable): Unit
    Definition Classes
    Throwable
  6. def addType(eObj: Either[String, Json], canonicalType: String): Either[String, Json]
    Attributes
    protected
    Definition Classes
    FrameworkException
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. val errorCode: String
    Definition Classes
    JWTTokenSignException → FrameworkException
  11. val errorType: ErrorType
    Definition Classes
    JWTTokenSignException → FrameworkException
  12. def fillInStackTrace(): Throwable
    Definition Classes
    Throwable
  13. def getCause(): Throwable
    Definition Classes
    Throwable
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. def getLocalizedMessage(): String
    Definition Classes
    Throwable
  16. def getMessage(): String
    Definition Classes
    FrameworkException → Throwable
  17. def getStackTrace(): Array[StackTraceElement]
    Definition Classes
    Throwable
  18. final def getSuppressed(): Array[Throwable]
    Definition Classes
    Throwable
  19. def initCause(arg0: Throwable): Throwable
    Definition Classes
    Throwable
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def logMap: Map[String, AnyRef]
    Definition Classes
    FrameworkException
  22. val message: String
    Definition Classes
    JWTTokenSignException → FrameworkException
  23. def messageParameters: Seq[AnyRef]
    Definition Classes
    FrameworkException
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. def printStackTrace(arg0: PrintWriter): Unit
    Definition Classes
    Throwable
  28. def printStackTrace(arg0: PrintStream): Unit
    Definition Classes
    Throwable
  29. def printStackTrace(): Unit
    Definition Classes
    Throwable
  30. def productElementNames: Iterator[String]
    Definition Classes
    Product
  31. def setStackTrace(arg0: Array[StackTraceElement]): Unit
    Definition Classes
    Throwable
  32. val stacktrace: Option[String]
    Definition Classes
    JWTTokenSignException → FrameworkException
  33. val status: Int
    Definition Classes
    JWTTokenSignException → FrameworkException
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. val thread: Option[String]
    Definition Classes
    FrameworkException
  36. def toErrorJson: Json
    Definition Classes
    FrameworkException
  37. def toGeneric: GenericFrameworkException
    Definition Classes
    FrameworkException
  38. def toJsonWithFamily: Either[String, Json]
    Definition Classes
    AuthException → FrameworkException
  39. def toString(): String
    Definition Classes
    Throwable → AnyRef → Any
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Product

Inherited from Equals

Inherited from AuthException

Inherited from FrameworkException

Inherited from Throwable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped