|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.mguennewig.pobjects.PObjException
public abstract class PObjException
Base class of all exceptions that can be raised by the persistent object library.
Usually, such an exception signals a condition that cannot happen with ``normal'' (that is, local to the process) objects, or a breach of the contract between the library and the application (for example, when trying to make an object persistent twice).
| Constructor Summary | |
|---|---|
PObjException()
Creates a new PObjException with default message. |
|
PObjException(java.lang.Exception cause)
Creates a new PObjException with an Exception as cause. |
|
PObjException(java.lang.String msg)
Creates a new PObjException with a given message. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PObjException()
public PObjException(java.lang.String msg)
public PObjException(java.lang.Exception cause)
Exception as cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||