SkyVaultSessionException constructs an
        SkyVaultSessionException object.
  
  
SkyVaultSessionException - Constructor
public SkyVaultSessionException(String detailsMessage)
        constructs an SkyVaultSessionException object.
      Parameters
- String detailsMessage
 - A String instance representing the message to be displayed for this exception type.
 
Returns
Constructs a SkyVaultSessionException object.
Example
SkyVaultSessionException - Constructor
public SkyVaultSessionException(String message, String
          errorContent) constructs an SkyVaultSessionException
        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 content.
 
Returns
Constructs a SkyVaultSessionException object.
Example
SkyVaultSessionException - Constructor
public SkyVaultSessionException(String message, Throwable
          e) constructs an SkyVaultSessionException
      object.
      Parameters
- String detailsMessage
 - A String instance representing the message to be displayed for this exception type.
 - Throwable e
 - A Throwable instance representing the error.
 
Returns
Constructs a SkyVaultSessionException object.