Package com.browserup.bup.exception
Class ProxyPortsExhaustedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.browserup.bup.exception.ProxyPortsExhaustedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ProxyPortsExhaustedException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProxyPortsExhaustedException()ProxyPortsExhaustedException(java.lang.String message)ProxyPortsExhaustedException(java.lang.String message, java.lang.Throwable cause)ProxyPortsExhaustedException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
ProxyPortsExhaustedException
public ProxyPortsExhaustedException()
-
ProxyPortsExhaustedException
public ProxyPortsExhaustedException(java.lang.String message, java.lang.Throwable cause)
-
ProxyPortsExhaustedException
public ProxyPortsExhaustedException(java.lang.String message)
-
ProxyPortsExhaustedException
public ProxyPortsExhaustedException(java.lang.Throwable cause)
-
-