javax.microedition.pim
Class PIMException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.microedition.pim.PIMException
All Implemented Interfaces:
Serializable

public class PIMException
extends Exception

See Also:
Serialized Form

Field Summary
static int FEATURE_NOT_SUPPORTED
           
static int GENERAL_ERROR
           
static int LIST_CLOSED
           
static int LIST_NOT_ACCESSIBLE
           
static int MAX_CATEGORIES_EXCEEDED
           
static int UNSUPPORTED_VERSION
           
static int UPDATE_ERROR
           
 
Constructor Summary
PIMException()
           
PIMException(String detailMessage)
           
PIMException(String detailMessage, int reason)
           
 
Method Summary
 int getReason()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

PIMException

public PIMException()

PIMException

public PIMException(String detailMessage)

PIMException

public PIMException(String detailMessage,
                    int reason)
Method Detail

getReason

public int getReason()


Copyright © 2006-2007 Jayway AB. All Rights Reserved.