public class APIManagerIntegrationTestException extends Exception
| Constructor and 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) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic APIManagerIntegrationTestException(String message, Throwable throwable)
message - - Custom message.throwable - - Original Exception.public APIManagerIntegrationTestException(String message)
message - - Custom message.public APIManagerIntegrationTestException(Throwable cause)
Copyright © 2022 WSO2 Inc. All rights reserved.