Class UnmarshallingFailureException

    • Constructor Detail

      • UnmarshallingFailureException

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

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