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.
public UnrecoverablePduException(String msg, Throwable t)
msg: Description of the error.
t: The underlying cause of this exception, usually another exception that triggered it.
Creates an exception instance with a message and a cause, allowing for exception chaining.
Methods:
Methods inherited from class java.lang.Throwable |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Start innovating with Mobius
What's next? Let's talk!