Package org.arquillian.cube.spi
Class CubeControlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.arquillian.cube.spi.CubeControlException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CubeControlExceptionfailedCreate(String cubeId, Throwable cause) static CubeControlExceptionfailedDestroy(String cubeId, Throwable cause) static CubeControlExceptionfailedStart(String cubeId, Throwable cause) static CubeControlExceptionfailedStop(String cubeId, Throwable cause) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CubeControlException
-
-
Method Details
-
failedCreate
-
failedStart
-
failedStop
-
failedDestroy
-
getCubeId
-