@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface RMIRemoteExceptionAlternative
RemoteException
with the value()
of this
interface.Modifier and Type | Optional Element and Description |
---|---|
java.lang.Class<? extends java.lang.Exception> |
value
The exception class that must replace any
RemoteException thrown on
the stub side. |
public abstract java.lang.Class<? extends java.lang.Exception> value
RemoteException
thrown on
the stub side.