Class ClientError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.tomakehurst.wiremock.common.ClientError
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidInputException,InvalidParameterException,NotPermittedException,NotRecordingException
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionClientError(Errors errors) protectedClientError(Throwable cause, Errors errors) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ClientErrorfromErrors(Errors errors) inthashCode()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString