public class SocketSecurityException extends ExportException
java.net.ServerSocket
on the specified port.detail
Constructor and Description |
---|
SocketSecurityException(String s)
Create an exception with the specified message.
|
SocketSecurityException(String s,
Exception e)
Create an exception with the specified message and cause.
|
getCause, getMessage
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SocketSecurityException(String s)
s
- the messagepublic SocketSecurityException(String s, Exception e)
s
- the messagee
- the cause