类 MarshallingException

    • 构造器详细资料

      • MarshallingException

        protected MarshallingException​(String msg)
        Construct a MarshallingException with the specified detail message.
        参数:
        msg - the detail message
      • MarshallingException

        protected MarshallingException​(String msg,
                                       Throwable cause)
        Construct a MarshallingException with the specified detail message and nested exception.
        参数:
        msg - the detail message
        cause - the nested exception