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, getMessagefillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SocketSecurityException(String s)
s - the messagepublic SocketSecurityException(String s, Exception e)
s - the messagee - the cause