Class CloudServerServiceException

    • Constructor Detail

      • CloudServerServiceException

        public CloudServerServiceException​(String message)
        Parameters:
        message - the detail message, cannot be null
      • CloudServerServiceException

        public CloudServerServiceException​(Throwable cause)
        Parameters:
        cause - the cause exception, cannot be null
      • CloudServerServiceException

        public CloudServerServiceException​(String message,
                                           Throwable cause)
        Parameters:
        message - the detail message, cannot be null
        cause - the cause exception, cannot be null