java.rmi
Class UnexpectedException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--java.rmi.RemoteException
|
+--java.rmi.UnexpectedException
Thrown if an unexpected checked exception was received in a remote
procedure call.
Since:Author:UnexpectedException
public UnexpectedException(java.lang.String s)
Create an exception with a message.
Parameters:
UnexpectedException
public UnexpectedException(java.lang.String s, java.lang.Exception e)
Create an exception with a message and a cause.
Parameters: