类 MarshallingFailureException

    • 构造器详细资料

      • MarshallingFailureException

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

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