Version

UnrecoverablePduException

public class UnrecoverablePduException
Extends java.lang.Exception
This exception indicates a critical error that prevents further processing of a PDU. Unlike recoverable exceptions, this signals that the PDU cannot be parsed or interpreted, and the session or operation should be aborted or reset.

Constructor:

public UnrecoverablePduException(String msg)
    msg: A message explaining the nature of the failure.
Creates an exception instance with a descriptive message.

Sign in to read the full article