Class ExternalExceptionJson

    • Constructor Detail

      • ExternalExceptionJson

        public ExternalExceptionJson()
    • Method Detail

      • getName

        public String getName()
        Name
        Returns:
        name - the name for the exception
      • setName

        public void setName​(String name)
        Name
        Parameters:
        name -
      • getMessage

        public String getMessage()
        Message
        Returns:
        message
      • setMessage

        public void setMessage​(String message)
        Message
        Parameters:
        message - - the message for the exception
      • getCode

        public Integer getCode()
        Code
        Returns:
        code
      • setCode

        public void setCode​(Integer code)
        Code
        Parameters:
        code - - the code corresponding to the exception
      • isShowToUser

        public boolean isShowToUser()
        Show to user
        Returns:
        show to user
      • setShowToUser

        public void setShowToUser​(boolean showToUser)
        Show to user
        Parameters:
        showToUser - show to user