Class APIManagerIntegrationTestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wso2.am.integration.test.utils.APIManagerIntegrationTestException
All Implemented Interfaces:
Serializable

public class APIManagerIntegrationTestException extends Exception
Custom exception to used in API Manager Test scenarios.
See Also:
  • Constructor Details

    • APIManagerIntegrationTestException

      public APIManagerIntegrationTestException(String message, Throwable throwable)
      Constructor for the custom Exception class APIManagerIntegrationTestException.
      Parameters:
      message - - Custom message.
      throwable - - Original Exception.
    • APIManagerIntegrationTestException

      public APIManagerIntegrationTestException(String message)
      Constructor for the custom Exception class APIManagerIntegrationTestException.
      Parameters:
      message - - Custom message.
    • APIManagerIntegrationTestException

      public APIManagerIntegrationTestException(Throwable cause)