Class java.rmi.ServerError
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.io.IOException
|
+----java.rmi.RemoteException
|
+----java.rmi.ServerError
- public class ServerError
- extends RemoteException
Constructor Index
- ServerError(String, Error)
- Create a new "server error" exception with the string and
the specified exception.
Constructors
ServerError
public ServerError(String s,
Error err)
- Create a new "server error" exception with the string and
the specified exception.
