Class CarbonIntegrationTestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wso2.carbon.integration.tests.common.exception.CarbonIntegrationTestException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CarbonToolsIntegrationTestException

public class CarbonIntegrationTestException extends Exception
Base exception handler class for kernel integration tests
See Also:
  • Constructor Details

    • CarbonIntegrationTestException

      public CarbonIntegrationTestException()
    • CarbonIntegrationTestException

      public CarbonIntegrationTestException(String message)
    • CarbonIntegrationTestException

      public CarbonIntegrationTestException(Throwable cause)
    • CarbonIntegrationTestException

      public CarbonIntegrationTestException(String message, Throwable cause)