Package org.ametys.core.util
Class IPRestrictedSocket.IPRestrictedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.net.SocketException
java.net.NoRouteToHostException
org.ametys.core.util.IPRestrictedSocket.IPRestrictedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
IPRestrictedSocket
Exception indicating that the connection to host was refused due to security restriction set on the client
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIPRestrictedException(InetAddress address) Build an exception for the given address -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IPRestrictedException
Build an exception for the given address- Parameters:
address- the restricted address
-