Class SysException

  • All Implemented Interfaces:
    Serializable

    public class SysException
    extends BaseException
    System Exception is unexpected Exception, retry might work again
    Author:
    Danny.Lee 2018/1/27
    See Also:
    Serialized Form
    • Constructor Detail

      • SysException

        public SysException​(String errMessage)
      • SysException

        public SysException​(String errCode,
                            String errMessage)