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