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.LifecycleExceptionDenotes that a port could not be obtained within a designated timeout period.- Author:
- ALR
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PortAcquisitionTimeoutException(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
-
-