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

Uses of Class
ie.ncl.msg.MessageException

Packages that use MessageException
ie.ncl.mms This package provides a generic XML document based interface to all the mobile messaging types and protocols including SMS, EMS and Smart Messaging. 
ie.ncl.msg This package provides a generic interface to all messaging protocols including but not limited to the SMS cellular network protocols. 
ie.ncl.sms.cimd This package contains the Computer Interface to Message Distribution (CIMD) protocol classes used to interface with an CIMD compliant SMSC such as Nokia's SMSC models. 
ie.ncl.sms.gsm This package contains the GSM classes that define attributes specific to GSM short messages. 
ie.ncl.sms.lm This package contains classes used to support long messages, concatenated SMS or fragmentation and reassembly (SAR). 
ie.ncl.sms.modem This package contains the GsmModem protocol classes used to interface with an GSM cellular device such as a: Siemens M30, TC35, MC35, S45, SL45; a Nokia PremiCell, Phone Card, 6310, 6310i; Sony Ericsson GM27/29; and Falcom A2 
ie.ncl.sms.nbs   
ie.ncl.sms.smpp This package contains  the Short Message Peer to Peer (SMPP) protocol classes used to interface with an SMPP compliant SMSC such as Logica's Telepath SMSC. 
ie.ncl.sms.ucp This package contains the Univeral Computer Protocol (UCP) protocol classes used to interface with an UCP compliant SMSC such as CMG's SMSC models. 
ie.ncl.wap.push This package is used to generate WAP Push Requests that are sent to mobile phones over the SMS Bearer. 
 

Uses of MessageException in ie.ncl.mms
 

Methods in ie.ncl.mms that throw MessageException
 Message[] MMSMessage.getSmsMessageFragments()
           
 MMSMessage MMSReceiver.receive()
          Deprecated. - use receive(ReceiverListener applicationCallback) instead.
 void MMSSender.send(MMSMessage msg)
          This method sends an MMSMessage over the underlying transport.
 

Uses of MessageException in ie.ncl.msg
 

Subclasses of MessageException in ie.ncl.msg
 class MessageQueuesFullException
          Created by IntelliJ IDEA.
 class TemporaryMessageException
          This exception class is used to indicate a problem with a specific message - being sent or received - however this is a temporary exception.
 

Methods in ie.ncl.msg that throw MessageException
 void Receiver.acknowledge(Message message, boolean success)
          Acknowledge a received messages.
 void Loopback.acknowledge(Message m, boolean success)
          Receiver API.
 void ConnectionManager.acknowledge(Message m, boolean success)
           
 void MessageStore.cancel(java.lang.String id)
          Cancel a message as specified by the ID.
 Message MessageStore.query(java.lang.String id)
          Query the message given the message id.
 Message SyncReceiver.receive()
          Receive a message synchronously.
 void MessageStore.replace(java.lang.String id, Message newOne)
          Replace a message as specified by the ID with a newOne.
 void SyncSender.send(Message m)
          Send a message asynchronously.
 void Sender.send(Message message, SenderListener listener)
          Send a message asynchronously.
 void Loopback.send(Message message, SenderListener listener)
          Implements Sender API.
 void ConnectionManager.send(Message m, SenderListener applicationSenderListener)
          Send a message.
 int MessageStore.status(java.lang.String id)
          Query the state of a message given the message id.
 

Uses of MessageException in ie.ncl.sms.cimd
 

Methods in ie.ncl.sms.cimd that throw MessageException
 void CimdConnection.acknowledge(Message m, boolean positive)
          Not implemented - acknowledgements are automatic.
 void CimdConnection.send(Message message, SenderListener listener)
           
 

Uses of MessageException in ie.ncl.sms.gsm
 

Methods in ie.ncl.sms.gsm that throw MessageException
 BinaryMessage Cache.add(UDHMessage udhm)
          Add a short (user data header) message to the cache, returning a full long Message if it is the last fragment of one.
 Message LongMessageReceiver.receive()
          Block until a long message is received.
 void LongMessageSender.send(Message m)
           
 void LongMessageSender.send(Message m, int sequence)
          Send a long message.
 

Uses of MessageException in ie.ncl.sms.lm
 

Methods in ie.ncl.sms.lm that throw MessageException
 void LongMessageReceiver.acknowledge(Message m, boolean success)
          Acknowledge a long message.
 

Uses of MessageException in ie.ncl.sms.modem
 

Methods in ie.ncl.sms.modem that throw MessageException
 ie.ncl.util.bin.Bytes GsmModem.constructPDU(Message m)
           
static ie.ncl.util.bin.Bytes GsmModem.constructSmsDeliver(Message m)
           
static ie.ncl.util.bin.Bytes GsmModem.constructSmsSubmit(Message m)
           
static ie.ncl.util.bin.Bytes GsmModem.constructTpud(Message m)
           
 void GsmModem.send(Message m, SenderListener listener)
          Send a message asynchronously.
 

Uses of MessageException in ie.ncl.sms.nbs
 

Subclasses of MessageException in ie.ncl.sms.nbs
 class NBSException
           
 

Methods in ie.ncl.sms.nbs that throw MessageException
 BinaryMessage[] SmartMessage.encodeToSms(int sequenceNumber)
           
static BinaryMessage[] NarrowBandSocket.fragmentMessage(SmartMessage sm, int sequenceNumber)
          Fragment a smart message into sms fragments.
 void NarrowBandSocket.send(SmartMessage sm)
          Send a smart message.
 

Uses of MessageException in ie.ncl.sms.smpp
 

Methods in ie.ncl.sms.smpp that throw MessageException
 void SmppConnection.acknowledge(Message m, boolean success)
          Acknowledge a received message.
 Message SmppConnection.convert(Message message)
           
 Message SmppConnection.convert(Message smppMsg, MessageSettings settings)
           
 void SmppConnection.send(Message message, SenderListener listener)
          Sender Interface Method.
 

Uses of MessageException in ie.ncl.sms.ucp
 

Methods in ie.ncl.sms.ucp that throw MessageException
 void UCPConnection.acknowledge(Message m, boolean success)
           
 void UCPConnection.send(Message message, SenderListener listener)
           
 

Uses of MessageException in ie.ncl.wap.push
 

Methods in ie.ncl.wap.push that throw MessageException
 BinaryMessage[] WSPRequest.encodeToSms(byte transactionId, Address destination, boolean confirmed, boolean registered)
           
 BinaryMessage[] WSPRequest.encodeToSms(byte transactionId, Address destination, boolean confirmed, boolean registered, int maxFragLen)
           
 BinaryMessage[] WSPRequest.encodeToSms(byte transactionId, Address destination, boolean confirmed, boolean registered, int maxFragLen, boolean cdmaNetwork)
          Uses WSPRequest.toSmartMessage(byte, ie.ncl.msg.Address, boolean, boolean) and then fragments to BinaryMessage using NarrowBandSocket.fragmentMessage(ie.ncl.sms.nbs.SmartMessage, int).
 BinaryMessage[] WSPRequest.encodeToSms(byte transactionId, Address destination, boolean confirmed, boolean registered, int maxFragLen, boolean cdmaNetwork, boolean portNumberInEachFragment)
           
 void WAPPush.send(WSPRequest message, Address address)
          Send a WSPRequest to the specified address.
 void WAPPush.send(WSPRequest message, Address destination, Address source)
          Send a WSPRequest to the specified address.
 void WAPPush.send(WSPRequest message, Address destination, Address source, boolean registered)
          Send a WSPRequest to the specified address.
 void WAPPush.send(WSPRequest message, Address destination, Address source, boolean registered, boolean confirmed)
          Send a WSPRequest to the specified address.
 void WAPPush.send(WSPRequest message, Address address, boolean registered)
          Send a WSPRequest to the specified address.
 void WAPPush.send(WSPRequest message, Address destination, boolean registered, boolean confirmed)
          Send a WSPRequest to the specified address.
 


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