public class CloudConductorException
extends java.lang.Exception
| Constructor and Description |
|---|
CloudConductorException()
Class constructor.
|
CloudConductorException(int statusCode,
java.lang.String message)
Class constructor.
|
CloudConductorException(int statusCode,
java.lang.String message,
java.lang.Throwable cause)
Class constructor.
|
CloudConductorException(java.lang.String message)
Class constructor.
|
CloudConductorException(java.lang.String message,
java.lang.Throwable cause)
Class constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getStatusCode() |
public CloudConductorException()
public CloudConductorException(java.lang.String message)
message - the detail messagepublic CloudConductorException(int statusCode,
java.lang.String message)
statusCode - the status codemessage - the detail messagepublic CloudConductorException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the causepublic CloudConductorException(int statusCode,
java.lang.String message,
java.lang.Throwable cause)
statusCode - the status codemessage - the detail messagecause - the causeCopyright © 2017-2018 Cinovo AG. All Rights Reserved.