SmppInvalidArgumentException
public class SmppInvalidArgumentException
Extends RecoverablePduException
This exception is thrown when an invalid or malformed argument is detected in an SMPP operation, such as setting a null or out-of-range value for a required field. Since it extends RecoverablePduException, it implies the condition may be handled without terminating the entire SMPP session.
Constructors:
public SmppInvalidArgumentException(String msg)
msg: Explanation of the invalid argument encountered.
Creates a new SmppInvalidArgumentException with a descriptive message.
public SmppInvalidArgumentException(String msg, Throwable t)
msg: A description of the error.
t: The underlying cause of the exception.
Creates a new SmppInvalidArgumentException with a message and a root cause.
Methods:
Methods inherited from class com.mobius.software.protocols.smpp.exceptions.RecoverablePduException |
getPartialPdu, setPartialPdu |
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!