public class

StripeConnectorException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.wsl.modules.stripe.exceptions.StripeConnectorException

Class Overview

Exception thrown by the connector when we cannot resolve it to StripeConnectorException

Summary

[Expand]
Inherited Constants
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
StripeConnectorException(String message, Throwable cause)
Create a SplunkConnectorException
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public StripeConnectorException (String message, Throwable cause)

Create a SplunkConnectorException

Parameters
message The human-readable message
cause The underlying exception