javax.microedition.rms
Class RecordStoreFullException

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

public class RecordStoreFullException
extends RecordStoreException


Constructor Summary
RecordStoreFullException()
           
RecordStoreFullException(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

RecordStoreFullException

public RecordStoreFullException()

RecordStoreFullException

public RecordStoreFullException(java.lang.String message)