java.rmi.server

Class SocketSecurityException

public class SocketSecurityException extends ExportException

Thrown during remote object export if the code does not have permission to create a java.net.ServerSocket on the specified port.

Since: 1.1

UNKNOWN: updated to 1.4

Constructor Summary
SocketSecurityException(String s)
Create an exception with the specified message.
SocketSecurityException(String s, Exception e)
Create an exception with the specified message and cause.

Constructor Detail

SocketSecurityException

public SocketSecurityException(String s)
Create an exception with the specified message.

Parameters: s the message

SocketSecurityException

public SocketSecurityException(String s, Exception e)
Create an exception with the specified message and cause.

Parameters: s the message e the cause