Searched defs:ExportException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DExportException.java29 * An <code>ExportException</code> is a <code>RemoteException</code>
40 public class ExportException extends java.rmi.RemoteException { class in inherits:java.rmi.RemoteException
46 * Constructs an <code>ExportException</code> with the specified
52 public ExportException(String s) { method in class:ExportException
57 * Constructs an <code>ExportException</code> with the specified
64 public ExportException(String s, Exception ex) { method in class:ExportException

Completed in 36 milliseconds