public class ClientActionRequiredException extends HttpErrorException
| Constructor and Description |
|---|
ClientActionRequiredException(int responsecode,
java.lang.String errorResponse,
java.lang.String msg,
java.lang.Throwable exception) |
ClientActionRequiredException(java.lang.String message) |
ClientActionRequiredException(java.lang.String message,
java.lang.Throwable exception) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
getErrorResponse, getResponsecodepublic ClientActionRequiredException(java.lang.String message)
public ClientActionRequiredException(java.lang.String message,
java.lang.Throwable exception)
public ClientActionRequiredException(int responsecode,
java.lang.String errorResponse,
java.lang.String msg,
java.lang.Throwable exception)