public class SocketSecurityException extends ExportException
java.net.ServerSocket on the specified port.| Constructor and Description |
|---|
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.
|
public SocketSecurityException(java.lang.String s)
s - the messagepublic SocketSecurityException(java.lang.String s, java.lang.Exception e)
s - the messagee - the cause