You are here

SkyVaultServiceException - Constructor

SkyVaultServiceException constructs an SkyVaultServiceException object.

SkyVaultServiceException - Constructor

public SkyVaultServiceException(String detailsMessage) constructs an SkyVaultServiceException object.

Parameters

String detailsMessage
A String instance representing the message to be displayed for this exception type.

Returns

Constructs an SkyVaultServiceException object.

Example

SkyVaultServiceException - Constructor

public SkyVaultServiceException(String detailsMessage, String errorContent) constructs an SkyVaultServiceException object.

Parameters

String detailsMessage
A String instance representing the message to be displayed for this exception type.
String errorContent
A String instance representing the content of the error page generated by the server.

Returns

Constructs an SkyVaultServiceException object.

Example

SkyVaultServiceException - Constructor

public SkyVaultServiceException(String message, Throwable e) constructs an SkyVaultServiceException object.

Parameters

String message
A String instance representing the message to be displayed for this exception type.
Throwable e
A Throwable instance representing the TODO.

Returns

Constructs an SkyVaultServiceException object.

Example