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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description APIManagerIntegrationTestException(String message)Constructor for the custom Exception class APIManagerIntegrationTestException.APIManagerIntegrationTestException(String message, Throwable throwable)Constructor for the custom Exception class APIManagerIntegrationTestException.APIManagerIntegrationTestException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
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)
-
-