javax.microedition.rms
Class RecordStoreNotOpenException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.microedition.rms.RecordStoreException
                    |
                    +--javax.microedition.rms.RecordStoreNotOpenException

public class RecordStoreNotOpenException
extends RecordStoreException


Constructor Summary
RecordStoreNotOpenException()
           
RecordStoreNotOpenException(java.lang.String 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

RecordStoreNotOpenException

public RecordStoreNotOpenException()

RecordStoreNotOpenException

public RecordStoreNotOpenException(java.lang.String message)