Class StandaloneServerException

    • Constructor Detail

      • StandaloneServerException

        public StandaloneServerException​(String message)
        Creates a new instance of StandaloneServerException.
        Parameters:
        message - the exception message, cannot be null
      • StandaloneServerException

        public StandaloneServerException​(String message,
                                         Throwable cause)
        Creates a new instance of StandaloneServerException.
        Parameters:
        message - the exception message, cannot be null
        cause - the cause to set, cannot be null