org.jsmpp.util
Class InvalidDeliveryReceiptException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jsmpp.util.InvalidDeliveryReceiptException
All Implemented Interfaces:
java.io.Serializable

public class InvalidDeliveryReceiptException
extends java.lang.Exception

This exception is throw if there is an invalid format on delivery receipt content.

Since:
1.0
Version:
1.0
Author:
uudashr
See Also:
Serialized Form

Constructor Summary
InvalidDeliveryReceiptException(java.lang.String message)
           
InvalidDeliveryReceiptException(java.lang.String message, java.lang.Exception cause)
           
 
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

InvalidDeliveryReceiptException

public InvalidDeliveryReceiptException(java.lang.String message)

InvalidDeliveryReceiptException

public InvalidDeliveryReceiptException(java.lang.String message,
                                       java.lang.Exception cause)