c

zio.s3

ConnectionError

final case class ConnectionError(message: String, cause: Throwable) extends S3Exception with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, S3Exception, AwsServiceException, SdkServiceException, SdkPojo, SdkException, RuntimeException, Exception, Throwable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConnectionError
  2. Serializable
  3. Product
  4. Equals
  5. S3Exception
  6. AwsServiceException
  7. SdkServiceException
  8. SdkPojo
  9. SdkException
  10. RuntimeException
  11. Exception
  12. Throwable
  13. Serializable
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConnectionError(message: String, cause: Throwable)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def awsErrorDetails(): AwsErrorDetails
    Definition Classes
    AwsServiceException
  7. val cause: Throwable
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equalsBySdkFields(arg0: Any): Boolean
    Definition Classes
    SdkPojo
  11. def extendedRequestId(): String
    Definition Classes
    SdkServiceException
  12. def fillInStackTrace(): Throwable
    Definition Classes
    Throwable
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def getCause(): Throwable
    Definition Classes
    Throwable
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getLocalizedMessage(): String
    Definition Classes
    Throwable
  17. def getMessage(): String
    Definition Classes
    AwsServiceException → Throwable
  18. def getStackTrace(): Array[StackTraceElement]
    Definition Classes
    Throwable
  19. final def getSuppressed(): Array[Throwable]
    Definition Classes
    Throwable
  20. def initCause(arg0: Throwable): Throwable
    Definition Classes
    Throwable
  21. def isClockSkewException(): Boolean
    Definition Classes
    AwsServiceException → SdkServiceException
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isThrottlingException(): Boolean
    Definition Classes
    AwsServiceException → SdkServiceException
  24. val message: String
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def printStackTrace(arg0: PrintWriter): Unit
    Definition Classes
    Throwable
  29. def printStackTrace(arg0: PrintStream): Unit
    Definition Classes
    Throwable
  30. def printStackTrace(): Unit
    Definition Classes
    Throwable
  31. def requestId(): String
    Definition Classes
    SdkServiceException
  32. def retryable(): Boolean
    Definition Classes
    SdkException
  33. def sdkFields(): List[SdkField[_]]
    Definition Classes
    SdkServiceException → SdkPojo
  34. def setStackTrace(arg0: Array[StackTraceElement]): Unit
    Definition Classes
    Throwable
  35. def statusCode(): Int
    Definition Classes
    SdkServiceException
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toBuilder(): Builder
    Definition Classes
    S3Exception → AwsServiceException → SdkServiceException → SdkException
  38. def toString(): String
    Definition Classes
    Throwable → AnyRef → Any
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from S3Exception

Inherited from AwsServiceException

Inherited from SdkServiceException

Inherited from SdkPojo

Inherited from SdkException

Inherited from RuntimeException

Inherited from Exception

Inherited from Throwable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped