|
|||||||||
| Home >> All >> cvebrowser >> dictionary >> data >> [ persistence overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
cvebrowser.dictionary.data.persistence
Class PersistenceException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
cvebrowser.exception.CVEBrowserException
cvebrowser.dictionary.data.persistence.PersistenceException
- All Implemented Interfaces:
- java.io.Serializable
- public final class PersistenceException
- extends cvebrowser.exception.CVEBrowserException
PersistenceException - Models an exception inside the cvebrowser.dictionary.data.persistence package.
- Version:
- 0.1 - 07/31/2003
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary |
| Fields inherited from class cvebrowser.exception.CVEBrowserException |
STACK_TRACE_LEVEL_SEPARATOR |
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
PersistenceException()
Default constructor |
|
PersistenceException(java.lang.String message_)
Parametric constructor |
|
PersistenceException(java.lang.String message_,
java.lang.Throwable throwbl_)
Create an exception with extra context information. |
|
| Method Summary | |
private void |
readObject(java.io.ObjectInputStream in_)
Make this class undeserializeable. |
private void |
writeObject(java.io.ObjectOutputStream out_)
Make this class unserializable. |
| Methods inherited from class cvebrowser.exception.CVEBrowserException |
clone, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
PersistenceException
public PersistenceException()
- Default constructor
PersistenceException
public PersistenceException(java.lang.String message_)
- Parametric constructor
PersistenceException
public PersistenceException(java.lang.String message_, java.lang.Throwable throwbl_)
- Create an exception with extra context information.
| Method Detail |
writeObject
private final void writeObject(java.io.ObjectOutputStream out_) throws java.io.IOException
- Make this class unserializable. Any attempt to serialize will throw an exception.
readObject
private final void readObject(java.io.ObjectInputStream in_) throws java.io.IOException
- Make this class undeserializeable. Throw an exception if this method is ever called.
|
|||||||||
| Home >> All >> cvebrowser >> dictionary >> data >> [ persistence overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC