public class ClientErrorException extends CloudConductorException
| Constructor and Description |
|---|
ClientErrorException()
Class constructor.
|
ClientErrorException(int statusCode,
java.lang.String message)
Class constructor.
|
ClientErrorException(int statusCode,
java.lang.String message,
java.lang.Throwable cause)
Class constructor.
|
ClientErrorException(java.lang.String message)
Class constructor.
|
ClientErrorException(java.lang.String message,
java.lang.Throwable cause)
Class constructor.
|
getStatusCodepublic ClientErrorException()
public ClientErrorException(int statusCode,
java.lang.String message,
java.lang.Throwable cause)
statusCode - the status codemessage - the detail messagecause - the causepublic ClientErrorException(int statusCode,
java.lang.String message)
statusCode - the status codemessage - the detail messagepublic ClientErrorException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the causepublic ClientErrorException(java.lang.String message)
message - the detail messageCopyright © 2017-2019 Cinovo AG. All Rights Reserved.