com.objectxp.mms.protocol
Class MM7Exception

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.objectxp.msg.MessageException
              extended bycom.objectxp.mms.MMSException
                  extended bycom.objectxp.mms.protocol.MM7Exception
All Implemented Interfaces:
java.io.Serializable

public class MM7Exception
extends MMSException
implements java.io.Serializable

This exception will be thrown by the MM7Service for MM7 specific exceptions.

The MM7 exception provides a MM7 Status Code and an optional Status Text. MM7 Status Codes are grouped in 4 classes:

The MM7 Status Text is a human readable explanation of the error or success situation.

Since:
jSMS 2.2
See Also:
Serialized Form

Constructor Summary
MM7Exception(MM7Status status)
           
 
Method Summary
 MM7Status getStatus()
          Get the MM7 Status.
 
Methods inherited from class com.objectxp.msg.MessageException
getException, getMessage, printStackTrace, printStackTrace, printStackTrace
 
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
 

Constructor Detail

MM7Exception

public MM7Exception(MM7Status status)
Method Detail

getStatus

public MM7Status getStatus()
Get the MM7 Status.

Returns:
the status.


object XP, Inc. © 2000-2007. All rights reserved object XP