com.objectxp.mms
Class MMSException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.objectxp.msg.MessageException
com.objectxp.mms.MMSException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- MM7Exception
public class MMSException
- extends MessageException
Signals that an exception of some sort has occurred while processing MMS
messages and reports. This class is the base class of exceptions produced
by the jSMS MMS package.
- Since:
- jSMS 2.0
- See Also:
- Serialized Form
|
Constructor Summary |
MMSException(java.lang.String message)
Constructs a new MMS exception with the specified detail message. |
MMSException(java.lang.String message,
java.lang.Exception cause)
Constructs a new configuration exception with the specified detail message and
cause. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MMSException
public MMSException(java.lang.String message)
- Constructs a new MMS exception with the specified detail message.
- Parameters:
message - the detail message. The detail message is saved for later
retrieval by the MessageException.getMessage() method.
MMSException
public MMSException(java.lang.String message,
java.lang.Exception cause)
- Constructs a new configuration exception with the specified detail message and
cause.
- Parameters:
message - the detail message (which is saved for later retrieval
by the MessageException.getMessage() method).cause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)
object XP, Inc. © 2000-2008. All rights reserved object XP