javax.microedition.pim
Class PIMException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.microedition.pim.PIMException
- All Implemented Interfaces:
- Serializable
public class PIMException
- extends Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FEATURE_NOT_SUPPORTED
public static final int FEATURE_NOT_SUPPORTED
- See Also:
- Constant Field Values
GENERAL_ERROR
public static final int GENERAL_ERROR
- See Also:
- Constant Field Values
LIST_CLOSED
public static final int LIST_CLOSED
- See Also:
- Constant Field Values
LIST_NOT_ACCESSIBLE
public static final int LIST_NOT_ACCESSIBLE
- See Also:
- Constant Field Values
MAX_CATEGORIES_EXCEEDED
public static final int MAX_CATEGORIES_EXCEEDED
- See Also:
- Constant Field Values
UNSUPPORTED_VERSION
public static final int UNSUPPORTED_VERSION
- See Also:
- Constant Field Values
UPDATE_ERROR
public static final int UPDATE_ERROR
- See Also:
- Constant Field Values
PIMException
public PIMException()
PIMException
public PIMException(String detailMessage)
PIMException
public PIMException(String detailMessage,
int reason)
getReason
public int getReason()
Copyright © 2006-2007 Jayway AB. All Rights Reserved.