java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--java.rmi.RemoteException
|
+--java.rmi.ServerError
ServerError(java.lang.String s, java.lang.Error e)Create an exception with a message and a cause. |
public ServerError(java.lang.String s, java.lang.Error e)s - the messagee - the cause