Name

SocketSecurityException

Synopsis

This exception is a sub-class of ExportException that is thrown if a socket security violation is encountered while attempting to export a remote object. An example would be an attempt to export an object on an illegal port.

                  
public class SocketSecurityException extends ExportException {
// Public Constructors
   public SocketSecurityException( String s);  
   public SocketSecurityException( String s, Exception ex);  
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.