UnknownCommandIdException
public class UnknownCommandIdException
Extends RecoverablePduException
This exception is thrown when a PDU with an unknown or unsupported command ID is received. It indicates that the SMPP implementation cannot recognize the incoming request or response and may need to drop or reject it. Being a RecoverablePduException, it allows the system to continue operating after handling the issue.
Constructor:
public UnknownCommandIdException(Pdu partialPdu, String msg)
partialPdu: The partially processed PDU causing the exception.
msg: A message describing the unknown command issue.
Creates an exception with a reference to the partially parsed PDU and a message explaining the error.
Sign in to read the full article
Start innovating with Mobius
What's next? Let's talk!