com.createsend.util.exceptions
Class CreateSendException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.createsend.util.exceptions.CreateSendException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CreateSendHttpException

public class CreateSendException
extends java.lang.Exception

A base exception for the Java wrapper

See Also:
Serialized Form

Constructor Summary
CreateSendException(java.lang.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
 

Constructor Detail

CreateSendException

public CreateSendException(java.lang.String message)