uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJW20042-E

The method annotated with javax.jws.Oneway annotation cannot throw exceptions except java.lang.RuntimeException, java.rmi.RemoteException and their subclasses. (class = aa....aa, method = bb....bb, exception class = cc....cc)

aa....aa: SEI name or Service Implementation Class name
bb....bb: Method name
cc....cc: Exception class name
Description
The method annotated with the javax.jws.Oneway annotation cannot throw exceptions except java.lang.RuntimeException and java.rmi.RemoteException, and their subclasses.
Action
Delete the exceptions except java.lang.RuntimeException and java.rmi.RemoteException, and their subclasses from the throw clause of the method that is annotated with the javax.jws.Oneway annotation.