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