public class ClientErrorException extends CloudConductorException
| Constructor and Description |
|---|
ClientErrorException()
Class constructor.
|
ClientErrorException(int statusCode,
String message)
Class constructor.
|
ClientErrorException(int statusCode,
String message,
Throwable cause)
Class constructor.
|
ClientErrorException(String message)
Class constructor.
|
ClientErrorException(String message,
Throwable cause)
Class constructor.
|
getStatusCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClientErrorException()
public ClientErrorException(int statusCode,
String message,
Throwable cause)
statusCode - the status codemessage - the detail messagecause - the causepublic ClientErrorException(int statusCode,
String message)
statusCode - the status codemessage - the detail messagepublic ClientErrorException(String message, Throwable cause)
message - the detail messagecause - the causepublic ClientErrorException(String message)
message - the detail messageCopyright © 2014-2017 Cinovo AG. All Rights Reserved.