Class ExceptionDto

    • Field Detail

      • type

        protected java.lang.String type
      • message

        protected java.lang.String message
    • 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)