Class EditorServiceException

    • Constructor Detail

      • EditorServiceException

        public EditorServiceException​(String message,
                                      ErrorStatus status)
        Creates a new editor service exception with the given error message.
        Parameters:
        message - the error message
      • EditorServiceException

        public EditorServiceException​(String message,
                                      ErrorStatus status,
                                      Throwable cause)
        Creates a new editor service exception with the given error message, caused by the given exception.
        Parameters:
        message - the error message
        cause - the error cause
    • Method Detail