object UnauthorizedAnomaly extends UnauthorizedAnomaly with SingletonAnomalyProduct with AnomalyConstructors[UnauthorizedAnomaly]

Linear Supertypes
AnomalyConstructors[UnauthorizedAnomaly], SingletonAnomalyProduct, UnauthorizedAnomaly, Unauthorized, Anomaly, AnomalyBase, Product, Equals, Exception, Throwable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnauthorizedAnomaly
  2. AnomalyConstructors
  3. SingletonAnomalyProduct
  4. UnauthorizedAnomaly
  5. Unauthorized
  6. Anomaly
  7. AnomalyBase
  8. Product
  9. Equals
  10. Exception
  11. Throwable
  12. Serializable
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def addSuppressed(arg0: Throwable): Unit
    Definition Classes
    Throwable
  5. def apply(a: AnomalyBase): UnauthorizedAnomaly
    Definition Classes
    UnauthorizedAnomaly → AnomalyConstructors
  6. def apply(id: AnomalyID, message: String, parameters: Parameters): UnauthorizedAnomaly
    Definition Classes
    UnauthorizedAnomaly → AnomalyConstructors
  7. def apply(message: String, parameters: Parameters): UnauthorizedAnomaly
    Definition Classes
    UnauthorizedAnomaly → AnomalyConstructors
  8. def apply(id: AnomalyID, parameters: Parameters): UnauthorizedAnomaly
    Definition Classes
    UnauthorizedAnomaly → AnomalyConstructors
  9. def apply(id: AnomalyID, message: String): UnauthorizedAnomaly
    Definition Classes
    UnauthorizedAnomaly → AnomalyConstructors
  10. def apply(parameters: Parameters): UnauthorizedAnomaly
    Definition Classes
    UnauthorizedAnomaly → AnomalyConstructors
  11. def apply(message: String): UnauthorizedAnomaly
    Definition Classes
    UnauthorizedAnomaly → AnomalyConstructors
  12. def apply(id: AnomalyID): UnauthorizedAnomaly
    Definition Classes
    UnauthorizedAnomaly → AnomalyConstructors
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def canEqual(that: Any): Boolean
    Definition Classes
    SingletonAnomalyProduct → Equals
  15. val causedBy: Option[Throwable]
    Definition Classes
    UnauthorizedAnomalyAnomaly
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def fillInStackTrace(): Throwable
    Definition Classes
    Throwable
  20. def getCause(): Throwable
    Definition Classes
    Throwable
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def getLocalizedMessage(): String
    Definition Classes
    Throwable
  23. def getMessage(): String
    Definition Classes
    Throwable
  24. def getStackTrace(): Array[StackTraceElement]
    Definition Classes
    Throwable
  25. final def getSuppressed(): Array[Throwable]
    Definition Classes
    Throwable
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def id: AnomalyID
    Definition Classes
    UnauthorizedAnomalyAnomalyBase
  28. def initCause(arg0: Throwable): Throwable
    Definition Classes
    Throwable
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. val message: String
    Definition Classes
    UnauthorizedAnomalyAnomalyAnomalyBase
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. def parameters: Parameters
    Definition Classes
    AnomalyAnomalyBase
  35. def printStackTrace(arg0: PrintWriter): Unit
    Definition Classes
    Throwable
  36. def printStackTrace(arg0: PrintStream): Unit
    Definition Classes
    Throwable
  37. def printStackTrace(): Unit
    Definition Classes
    Throwable
  38. def productArity: Int
    Definition Classes
    SingletonAnomalyProduct → Product
  39. def productElement(n: Int): Any
    Definition Classes
    SingletonAnomalyProduct → Product
  40. def productElementName(n: Int): String
    Definition Classes
    Product
  41. def productElementNames: Iterator[String]
    Definition Classes
    Product
  42. def productIterator: Iterator[Any]
    Definition Classes
    Product
  43. def productPrefix: String
    Definition Classes
    Product
  44. def setStackTrace(arg0: Array[StackTraceElement]): Unit
    Definition Classes
    Throwable
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    Throwable → AnyRef → Any
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. 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

Inherited from AnomalyConstructors[UnauthorizedAnomaly]

Inherited from SingletonAnomalyProduct

Inherited from UnauthorizedAnomaly

Inherited from Unauthorized

Inherited from Anomaly

Inherited from AnomalyBase

Inherited from Product

Inherited from Equals

Inherited from Exception

Inherited from Throwable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped