uCosminexus Application Server, Messages

[Contents][Back][Next]

KDCCC0230-W

java.rmi.RemoteException of method-name method defined in the specified class was ignored. An implementation class of javax.ejb.EJBLocalObject must not throw it.

Description
The java.rmi.RemoteException exception exists in the throws clause of the method-name method defined in the specified class. An implementation class of javax.ejb.EJBLocalObject or a method of the inherited interface must not throw the java.rmi.RemoteException exception.
Action
Delete the java.rmi.RemoteException exception from the throws clause of the method-name method.