Class BadResponseCodeError
- java.lang.Object
-
- java.lang.Throwable
-
- io.apiman.gateway.engine.vertx.polling.exceptions.BadResponseCodeError
-
- All Implemented Interfaces:
Serializable
public class BadResponseCodeError extends Throwable
- Author:
- Marc Savy <marc@rhymewithgravy.com>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadResponseCodeError(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BadResponseCodeError
public BadResponseCodeError(String message)
-
-