javax.microedition.rms
Class RecordStoreException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.microedition.rms.RecordStoreException
Direct Known Subclasses:
InvalidRecordIDException, RecordStoreFullException, RecordStoreNotFoundException, RecordStoreNotOpenException

public class RecordStoreException
extends java.lang.Exception


Constructor Summary
RecordStoreException()
          Constructs a new RecordStoreException with no detail message.
RecordStoreException(java.lang.String message)
          Constructs a new RecordStoreException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecordStoreException

public RecordStoreException()
Constructs a new RecordStoreException with no detail message.

RecordStoreException

public RecordStoreException(java.lang.String message)
Constructs a new RecordStoreException with the specified detail message.