Class APIManagerIntegrationTestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wso2.am.integration.test.utils.APIManagerIntegrationTestException
- All Implemented Interfaces:
Serializable
Custom exception to used in API Manager Test scenarios.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAPIManagerIntegrationTestException(String message) Constructor for the custom Exception class APIManagerIntegrationTestException.APIManagerIntegrationTestException(String message, Throwable throwable) Constructor for the custom Exception class APIManagerIntegrationTestException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
APIManagerIntegrationTestException
Constructor for the custom Exception class APIManagerIntegrationTestException.- Parameters:
message- - Custom message.throwable- - Original Exception.
-
APIManagerIntegrationTestException
Constructor for the custom Exception class APIManagerIntegrationTestException.- Parameters:
message- - Custom message.
-
APIManagerIntegrationTestException
-