Class ExceptionMessage

java.lang.Object
com.atlassian.servicedesk.api.ExceptionMessage

public class ExceptionMessage extends Object
Message returned inside of a ServiceDeskServiceException Contains an error key and a translated error message based on the language settings of the Jira Application. If a translation for the message does not exist it will be returned in English
  • Constructor Details

    • ExceptionMessage

      public ExceptionMessage(@Nonnull String key, @Nonnull String message)
  • Method Details

    • getKey

      @Nonnull public String getKey()
    • getMessage

      @Nonnull public String getMessage()