Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.rmi.server

Class SocketSecurityException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.io.IOException
         |
         +--java.rmi.RemoteException
            |
            +--java.rmi.server.ExportException
               |
               +--java.rmi.server.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:Author:

Constructor Summary

SocketSecurityException(java.lang.String s)

Create an exception with the specified message.
SocketSecurityException(java.lang.String s, java.lang.Exception e)

Create an exception with the specified message and cause.

Constructor Details

SocketSecurityException

public SocketSecurityException(java.lang.String s)

Create an exception with the specified message.

Parameters:


SocketSecurityException

public SocketSecurityException(java.lang.String s, java.lang.Exception e)

Create an exception with the specified message and cause.

Parameters: