net.rim.device.api.io.messaging
Class MessageProcessorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.rim.device.api.io.messaging.MessagingException
net.rim.device.api.io.messaging.MessageFailureException
net.rim.device.api.io.messaging.MessageProcessorException
public class MessageProcessorException
- extends MessageFailureException
Exception generated due to failures in procsesing a Message
by a MessageProcessor
.
- Since:
- BlackBerry API 6.0.0
MessageProcessorException
public MessageProcessorException(String reason)
- Constructs a new
MessageProcessorException
.
- Parameters:
reason
- Description of the reason for the failure.- Since:
- BlackBerry API 6.0.0
MessageProcessorException
public MessageProcessorException(String reason,
int messageID)
- Constructs a new
MessageProcessorException
.
- Parameters:
reason
- Description of the reason for the failure.messageID
- ID of the Message
that generated this failure.- Since:
- BlackBerry API 6.0.0
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal