类 UnmarshallingFailureException

    • 构造器详细资料

      • UnmarshallingFailureException

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

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