Class APIManagerIntegrationTestException

  • All Implemented Interfaces:
    Serializable

    public class APIManagerIntegrationTestException
    extends Exception
    Custom exception to used in API Manager Test scenarios.
    See Also:
    Serialized Form
    • 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)