Class java.rmi.ServerError
All Packages Class Hierarchy This Package Previous Next Index
Class java.rmi.ServerError
Object
|
+----Throwable
|
+----Exception
|
+----IOException
|
+----RemoteException
|
+----java.rmi.ServerError
- public class ServerError
- extends RemoteException
-
java.rmi.ServerError(String, Error)
- Create a new "server error" exception with the string and
the specified exception.
ServerError
public ServerError(String s,
Error err)
- Create a new "server error" exception with the string and
the specified exception.
All Packages Class Hierarchy This Package Previous Next Index