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)
    • Method Detail

      • getCause

        public IOException getCause()
        Description copied from class: Throwable
        Returns the cause of this Throwable, or null if there is no cause.
        Overrides:
        getCause in class Throwable