com.objectxp.mms.protocol
Class MM7Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.objectxp.msg.MessageException
com.objectxp.mms.MMSException
com.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:
1xxx: Success
2xxx: Client errors
3xxx: Server errors
4xxx: Service Errors.
The MM7 Status Text is a human readable explanation of the error or success
situation.
- Since:
- jSMS 2.2
- See Also:
- Serialized Form
| 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 |
MM7Exception
public MM7Exception(MM7Status status)
getStatus
public MM7Status getStatus()
- Get the MM7 Status.
- Returns:
- the status.
object XP, Inc. © 2000-2007. All rights reserved object XP