Class BLHTTPFailureException

  • All Implemented Interfaces:
    java.io.Serializable

    public class BLHTTPFailureException
    extends BLHTTPException
    The type of exceptions caused by failures to make HTTP requests.
    See Also:
    Serialized Form
    • Method Summary

      • 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

      • BLHTTPFailureException

        public BLHTTPFailureException​(java.lang.String message)
        Construct an exception.
        Parameters:
        message - The message
      • BLHTTPFailureException

        public BLHTTPFailureException​(java.lang.String message,
                                      java.lang.Throwable cause)
        Construct an exception.
        Parameters:
        message - The message
        cause - The cause
      • BLHTTPFailureException

        public BLHTTPFailureException​(java.lang.Throwable cause)
        Construct an exception.
        Parameters:
        cause - The cause