SkyVaultException constructs an
SkyVaultException object.
SkyVaultException - Constructor
protected SkyVaultException(String detailsMessage)
constructs an SkyVaultException object.
Parameters
- String detailsMessage
- A String instance representing the message to be displayed for this exception type.
Returns
Constructs an SkyVaultException object.
Example
SkyVaultException - Constructor
protected SkyVaultException(String detailsMessage, String
errorContent) constructs an SkyVaultException
object.
Parameters
- String detailsMessage
- A String instance representing the message to be displayed for this exception type.
- String errorContent
- A String instance representing the error page content.
Returns
Constructs an SkyVaultException object.
Example
SkyVaultException - Constructor
protected SkyVaultException(String detailsMessage, Throwable
throwable) constructs an SkyVaultException
object.
Parameters
- String detailsMessage
- A String instance representing the message to be displayed for this exception type.
- Throwable throwable
- A Throwable instance representing a throwable object.
Returns
Constructs an SkyVaultException object.
Example
SkyVaultException - Constructor
protected SkyVaultException(Throwable throwable)
constructs an SkyVaultException object.
Parameters
- Throwable throwable
- A Throwable instance representing a throwable object.
Returns
Constructs an SkyVaultException object.