Package dev.galasa.framework.spi
Class ResourcePoolingServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
dev.galasa.framework.spi.FrameworkException
dev.galasa.framework.spi.ResourcePoolingServiceException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InsufficientResourcesAvailableException
- See Also:
-
Field Summary
Fields inherited from class dev.galasa.framework.spi.FrameworkException
ENABLE_SUPRESSION_FALSE, WRITEABLE_STACK_TRACE_TRUE
-
Constructor Summary
ConstructorDescriptionResourcePoolingServiceException
(String message) ResourcePoolingServiceException
(String message, Throwable cause) ResourcePoolingServiceException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class dev.galasa.framework.spi.FrameworkException
getErrorCode, getErrorDetails
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourcePoolingServiceException
public ResourcePoolingServiceException() -
ResourcePoolingServiceException
-
ResourcePoolingServiceException
-
ResourcePoolingServiceException
-
ResourcePoolingServiceException
-