SmppChannelConnectException
public class SmppChannelConnectException
Extends SmppChannelException
This exception is thrown when a connection to an SMPP server or client channel fails. It indicates a networking issue, a misconfiguration, or that the remote SMPP endpoint is unreachable during connection setup.
Constructor:
public SmppChannelConnectException(String msg)
msg: Description of the error that occurred while attempting to connect to an SMPP channel.
Creates a new exception instance with a custom message explaining the connection failure.
public SmppChannelConnectException(String msg, Throwable t)
msg: Description of the connection error.
t: The underlying cause (e.g., a SocketException or timeout).
Creates a new exception instance with a custom message and the original cause of the error.
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!