com.ecwid.mailchimp
Class MailChimpException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ecwid.mailchimp.MailChimpException
All Implemented Interfaces:
Serializable

public class MailChimpException
extends Exception

Indicates MailChimp API errors.

Author:
Vasily Karyaev
See Also:
Serialized Form

Field Summary
 int code
          Error code.
 String message
          Error message.
 
Constructor Summary
MailChimpException(int code, String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

code

public final int code
Error code.


message

public final String message
Error message.

Constructor Detail

MailChimpException

public MailChimpException(int code,
                          String message)


Copyright © 2012-2014 Ecwid, Inc. All Rights Reserved.