public class MMSException extends MessageException
Constructor and Description |
---|
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.
|
getException, getMessage, printStackTrace, printStackTrace, printStackTrace
public MMSException(java.lang.String message)
message
- the detail message. The detail message is saved for later
retrieval by the MessageException.getMessage()
method.public MMSException(java.lang.String message, java.lang.Exception cause)
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-2013. All rights reserved object XP