Class ConnectionErrorException

  • All Implemented Interfaces:
    Serializable

    public class ConnectionErrorException
    extends IOException
    Exception that represents a connection error
    Author:
    Stuart Douglas
    See Also:
    Serialized Form
    • Constructor Detail

      • ConnectionErrorException

        public ConnectionErrorException​(int code)
      • ConnectionErrorException

        public ConnectionErrorException​(int code,
                                        String message)
      • ConnectionErrorException

        public ConnectionErrorException​(int code,
                                        Throwable cause)
    • Method Detail

      • getCode

        public int getCode()