Class ClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.mule.weave.maven.plugin.exchange.exception.ClientException
-
- All Implemented Interfaces:
Serializable
public class ClientException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientException(String message, int statusCode, String reasonPhrase)ClientException(javax.ws.rs.core.Response response)ClientException(javax.ws.rs.core.Response response, String uri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetReasonPhrase()intgetStatusCode()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getStatusCode
public int getStatusCode()
-
getReasonPhrase
public String getReasonPhrase()
-
-