List of usage examples for java.rmi RemoteException RemoteException
public RemoteException(String s)
From source file:org.openspaces.pu.container.servicegrid.PUServiceBeanImpl.java
public String getPresentationName() throws RemoteException { if (puDetails == null) { throw new RemoteException("processing unit shutdown"); }/*from w w w . j a va 2s.com*/ return this.puDetails.getPresentationName(); }