sealed abstract class Http2Exception(msg: String) extends Exception with NoStackTrace with Product with Serializable
- Companion
- object
trait Product
trait Equals
trait NoStackTrace
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
class Http2SessionException
class Http2StreamException
Value members
Abstract methods
Concrete methods
Was the exception due to refusal by the peer.
Was the exception due to refusal by the peer.
These exceptions are safe to automatically retry even if the HTTP method is not an idempotent method. See https://tools.ietf.org/html/rfc7540#section-8.1.4 for more details.