SmppChannelException
public class SmppChannelException
Extends java.lang.Exception
This exception indicates an issue related to the SMPP channel, such as failures during communication setup or I/O problems within an active SMPP connection. It is thrown when low-level networking operations fail.
Constructor:
public SmppChannelException(String msg)
msg: A message explaining the nature of the channel failure.
Creates an instance of SmppChannelException with a descriptive error message.
public SmppChannelException(String msg, Throwable t)
msg: Description of the error.
t: The underlying cause (Throwable) of the channel failure (e.g., a SocketException).
Creates an instance of SmppChannelException with a message and a root cause.
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!