Class BaseException

    • Constructor Detail

      • BaseException

        public BaseException​(String message)
        Constructs a new BaseException with the specified error message.
        Parameters:
        message - Describes the error encountered.
    • Method Detail

      • setCode

        public void setCode​(String code)
        Parameters:
        code -
      • getCode

        public String getCode()
        Returns:
      • withCode

        public BaseException withCode​(String code)
        Parameters:
        code -
        Returns:
        Returns a reference to this object so that method calls can be chained together.