com.mikeblanton.paypal
Class PayPalException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.mikeblanton.paypal.PayPalException
All Implemented Interfaces:
java.io.Serializable

public class PayPalException
extends java.lang.Exception

Exception class used when PayPal processing has issues.

Version:
$Revision: 1.2 $
Author:
Michael Blanton
See Also:
Serialized Form

Constructor Summary
PayPalException()
           
PayPalException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PayPalException

public PayPalException()

PayPalException

public PayPalException(java.lang.String s)
Parameters:
s -