Class SpdyProtocolException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static SpdyProtocolException newStatic​(java.lang.String message, java.lang.Class<?> clazz, java.lang.String method)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SpdyProtocolException

        public SpdyProtocolException()
        Creates a new instance.
      • SpdyProtocolException

        public SpdyProtocolException​(java.lang.String message,
                                     java.lang.Throwable cause)
        Creates a new instance.
      • SpdyProtocolException

        public SpdyProtocolException​(java.lang.String message)
        Creates a new instance.
      • SpdyProtocolException

        public SpdyProtocolException​(java.lang.Throwable cause)
        Creates a new instance.
      • SpdyProtocolException

        private SpdyProtocolException​(java.lang.String message,
                                      boolean shared)
    • Method Detail

      • newStatic

        static SpdyProtocolException newStatic​(java.lang.String message,
                                               java.lang.Class<?> clazz,
                                               java.lang.String method)