net.rim.device.api.io.messaging
Class MessagingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.rim.device.api.io.messaging.MessagingException
- Direct Known Subclasses:
- MessageFailureException, MessageModificationException, SubscriptionException
public class MessagingException
- extends Exception
Base class for exceptions thrown by the Communication API. Thrown when the error
does not fit into the other Communication API categories (SubscriptionException,
MessageFailureException, etc.)
- Since:
- BlackBerry API 6.0.0
|
Constructor Summary |
MessagingException(String message)
Constructs a new MessagingException with a description of the error. |
MessagingException
public MessagingException(String message)
- Constructs a new
MessagingException with a description of the error.
- Parameters:
message - Description of the error to be included in the exception.- 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