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