Class BlazeMeterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- us.abstracta.jmeter.javadsl.engines.RemoteEngineException
-
- us.abstracta.jmeter.javadsl.blazemeter.BlazeMeterException
-
- All Implemented Interfaces:
Serializable
public class BlazeMeterException extends RemoteEngineException
Exception thrown when getting an unsuccessful response from BlazeMeter API.- Since:
- 0.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BlazeMeterException(int code, String errorResponse)
-
Method Summary
-
Methods inherited from class us.abstracta.jmeter.javadsl.engines.RemoteEngineException
body, code
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BlazeMeterException
public BlazeMeterException(int code, String errorResponse)
-
-