Experts in SMS and MMS Technology. NCLs Provato is an SMS/MMS Gateway supporting  WAP Push, EMS, MMS, SMS, Nokia Smart Messaging, SMPP, CIMD, UCP, MM7, M20, TC35 NCL Technologies Ltd
Provato - SMS MMS Gateway
Mobile Messaging in J2EE & .NET

SwiftNote - Java SMS Toolkit

ie.ncl.msg
Class TemporaryConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ie.ncl.msg.ConnectionException
              extended by ie.ncl.msg.ReconnectException
                  extended by ie.ncl.msg.TemporaryConnectionException
All Implemented Interfaces:
java.io.Serializable

public class TemporaryConnectionException
extends ReconnectException

This extension to the ConnectionException class is used to indicate a temporary problem with the underlying connection - that is, it is down but should be resume again shortly.

Previously the ReconnectException was used but this has been deprecated. TemporaryConnectionException extends the ReconnectException for backward compatability.

This is sent to the Connection Error Listener when the connection goes down AND when the connection is resumed.

See Also:
Connection.setErrorListener(ie.ncl.msg.ErrorListener), Connection, ReconnectException, Serialized Form

Constructor Summary
TemporaryConnectionException(java.lang.String s, boolean connectionIsUp)
           
 
Method Summary
 
Methods inherited from class ie.ncl.msg.ReconnectException
isConnectionUp
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TemporaryConnectionException

public TemporaryConnectionException(java.lang.String s,
                                    boolean connectionIsUp)

Experts in SMS and MMS Technology. NCLs Provato is an SMS/MMS Gateway supporting  WAP Push, EMS, MMS, SMS, Nokia Smart Messaging, SMPP, CIMD, UCP, MM7, M20, TC35 NCL Technologies Ltd
Provato - SMS MMS Gateway
Mobile Messaging in J2EE & .NET

SwiftNote - Java SMS Toolkit