uCosminexus Application Server, Messages

[Contents][Back][Next]

KDCCC0228-W

method-name method defined in the specified class was assumed to throw java.rmi.RemoteException. An implementation class of java.rmi.Remote including javax.ejb.EJBObject must throw it.

Description
The java.rmi.RemoteException exception does not exist in the throws clause of the method-name method defined in the specified class. An implementation class of java.rmi.Remote (including javax.ejb.EJBObject), or a method of the inherited interface must throw the java.rmi.RemoteException exception.
Action
Add the java.rmi.RemoteException exception to the throws clause of the method-name method.