Class UnsupportedProtocolException

  • All Implemented Interfaces:
    Serializable

    public class UnsupportedProtocolException
    extends GeneralException
    An exception when an unsupported protocol in a request is encountered.

    Created by Jeff Gaynor
    on Nov 24, 2010 at 11:53:26 AM

    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedProtocolException

        public UnsupportedProtocolException()
      • UnsupportedProtocolException

        public UnsupportedProtocolException​(Throwable cause)
      • UnsupportedProtocolException

        public UnsupportedProtocolException​(String message)
      • UnsupportedProtocolException

        public UnsupportedProtocolException​(String message,
                                            Throwable cause)