java.rmi
Class ServerException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--java.rmi.RemoteException
|
+--java.rmi.ServerException
Wraps any exception thrown while processing the server of a remote call.
Since:Author:ServerException
public ServerException(java.lang.String s)
Create an exception with a message.
Parameters:
ServerException
public ServerException(java.lang.String s, java.lang.Exception e)
Create an exception with a message and a cause.
Parameters: