public class

PaypalInvocationException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.mule.module.paypal.soap.PaypalInvocationException

Class Overview

Paypal returned an error

Summary

[Expand]
Inherited Constants
From class java.lang.RuntimeException
From class java.lang.Exception
From class java.lang.Throwable
Fields
private final AbstractResponseType type
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
PaypalInvocationException(AbstractResponseType type)
PaypalInvocationException(AbstractResponseType type, Throwable cause)
Public Methods
AbstractResponseType getType()
Protected Methods
static String getMsg(AbstractResponseType type)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Fields

private final AbstractResponseType type

Public Constructors

public PaypalInvocationException (AbstractResponseType type)

Parameters
type

public PaypalInvocationException (AbstractResponseType type, Throwable cause)

Parameters
type
cause

Public Methods

public AbstractResponseType getType ()

Protected Methods

protected static String getMsg (AbstractResponseType type)

Parameters
type