org.apache.jdo.impl.fostore
Class FOStoreDatabaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.netbeans.mdr.persistence.StorageException
org.apache.jdo.impl.fostore.FOStoreDatabaseException
- All Implemented Interfaces:
- java.io.Serializable
- class FOStoreDatabaseException
- extends org.netbeans.mdr.persistence.StorageException
This provides an insulation layer between BtreeDatabase and FOStore.
- Author:
- Dave Bristor
Field Summary |
private org.netbeans.mdr.persistence.StorageException |
ex
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ex
private final org.netbeans.mdr.persistence.StorageException ex
FOStoreDatabaseException
FOStoreDatabaseException(org.netbeans.mdr.persistence.StorageException ex)
getLocalizedMessage
public java.lang.String getLocalizedMessage()
getMessage
public java.lang.String getMessage()
printStackTrace
public void printStackTrace()
printStackTrace
public void printStackTrace(java.io.PrintStream s)
printStackTrace
public void printStackTrace(java.io.PrintWriter s)
toString
public java.lang.String toString()