JAX-WS异常
如何在服务器端分配SOAPFaultException的fault字段?
How to assign the fault field of the SOAPFaultException on the server side?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何在服务器端分配SOAPFaultException的fault字段?
How to assign the fault field of the SOAPFaultException on the server side?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
据我所知,分配错误字段的唯一方法是通过 构造函数。 因此,最简单的方法是创建一个新的 SOAPFaultException,并将错误作为参数。
As far as I can tell, the only way to assign a fault field is through the constructor. So, the easiest way would be to create a new
SOAPFaultException
with the fault as an argument.定义异常
,然后定义webservice
define exception
and then webservice