Class ExceptionDto

    • Field Detail

      • type

        protected java.lang.String type
      • message

        protected java.lang.String message
      • code

        protected java.lang.Integer code
    • Constructor Detail

      • ExceptionDto

        public ExceptionDto()
    • Method Detail

      • getType

        public java.lang.String getType()
      • getMessage

        public java.lang.String getMessage()
      • fromException

        public static ExceptionDto fromException​(java.lang.Exception e)
      • fromException

        public static ExceptionDto fromException​(java.lang.Throwable e)
      • setType

        public void setType​(java.lang.String type)
      • setMessage

        public void setMessage​(java.lang.String message)
      • getCode

        public java.lang.Integer getCode()
      • setCode

        public void setCode​(java.lang.Integer code)