net.rim.device.api.system
Class NonPersistableObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.rim.device.api.system.NonPersistableObjectException

public final class NonPersistableObjectException
extends RuntimeException

Thrown when a developer attempts to persist an object that doesn't implement the Peristable interface, or when the object being persisted contains a reference to a non-persistable object.

Since:
BlackBerry API 3.6.0

Constructor Summary
NonPersistableObjectException()
           
 
Method Summary
 Object getObject()
          Returns the object that caused the exception.
 
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

NonPersistableObjectException

public NonPersistableObjectException()
Since:
BlackBerry API 3.6.0


Method Detail

getObject

public Object getObject()
Returns the object that caused the exception.

Returns:
The object that caused the exception.
Since:
BlackBerry API 3.6.0





Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal