Version

SmppProcessingException

public class SmppProcessingException
Extends java.lang.Exception
Represents an exception that occurs during SMPP message processing. This is thrown when the server or system detects a protocol-specific issue and needs to respond with a particular MessageStatus error code.

Constructor:

public SmppProcessingException(MessageStatus errorCode)
    errorCode: The SMPP MessageStatus representing the error condition (e.g., invalid PDU, rejected request).
Creates an exception using the given SMPP protocol error code.

Sign in to read the full article