SmppTimeoutException
public class SmppTimeoutException
Extends: java.lang.Exception
Represents a timeout condition during SMPP communication. This exception is thrown when a request fails to receive a response within the allowed time frame, signaling a communication delay or interruption.
Constructor:
public SmppTimeoutException(String msg)
msg: A string explaining the reason or context of the timeout.
Creates a timeout exception with a custom descriptive message.
public SmppTimeoutException(String msg, Throwable t)
msg: Description of the timeout situation.
t: The underlying cause of the timeout, such as a network or I/O error.
Creates a timeout exception with a message and a nested cause for deeper error context.
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!