Class CMResponseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InsufficientBalanceException, InvalidMSISDNException, InvalidProductTokenException, NoAccountFoundForProductTokenException, NoMessageException, NotPhoneNumberFoundException, UnknownErrorException, UnroutableMessageException

public class CMResponseException extends CMDirectException
See Also:
  • Constructor Details

    • CMResponseException

      public CMResponseException()
    • CMResponseException

      public CMResponseException(String message)
    • CMResponseException

      public CMResponseException(Throwable cause)
    • CMResponseException

      public CMResponseException(String message, Throwable cause)
    • CMResponseException

      public CMResponseException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)