Class PortAcquisitionTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.arquillian.container.spi.client.container.LifecycleException
org.jboss.as.arquillian.container.PortAcquisitionTimeoutException
- All Implemented Interfaces:
Serializable
public class PortAcquisitionTimeoutException
extends org.jboss.arquillian.container.spi.client.container.LifecycleException
Denotes that a port could not be obtained within a designated timeout period.
- Author:
- ALR
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPortAcquisitionTimeoutException(int port, int timeoutSeconds) Constructs a new instance noting the port that could not be acquired in the designated amount of time -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PortAcquisitionTimeoutException
public PortAcquisitionTimeoutException(int port, int timeoutSeconds) Constructs a new instance noting the port that could not be acquired in the designated amount of time- Parameters:
port-timeoutSeconds-
-