Class RequestException

  • All Implemented Interfaces:
    Serializable


    public final class RequestException
    extends Exception
    Indicates a problem with interpreting a request. It may indicate there was a problem with the request itself, or the environment being used to interpret the request (network failure, etc.).
    See Also:
    Serialized Form
    • Constructor Detail

      • RequestException

        public RequestException(IOException cause)