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

public class ClientError extends RuntimeException
See Also:
  • Constructor Details

    • ClientError

      public ClientError(Errors errors)
    • ClientError

      protected ClientError(Throwable cause, Errors errors)
  • Method Details