|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jackrabbit.ocm.exception.NestableRuntimeException
org.apache.jackrabbit.ocm.exception.ObjectContentManagerException
public class ObjectContentManagerException
Occurs when it is not possible to persist an object
| Constructor Summary | |
|---|---|
protected |
ObjectContentManagerException()
Not intended for usage. |
|
ObjectContentManagerException(java.lang.String message)
Constructor with message. |
|
ObjectContentManagerException(java.lang.String message,
java.lang.Throwable nested)
Constructor with message and throwable object. |
|
ObjectContentManagerException(java.lang.Throwable nested)
Constructor with throwable object. |
| Method Summary |
|---|
| Methods inherited from class org.apache.jackrabbit.ocm.exception.NestableRuntimeException |
|---|
getCause, getMessage, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected ObjectContentManagerException()
public ObjectContentManagerException(java.lang.String message)
message - the message associated to the exceptionpublic ObjectContentManagerException(java.lang.Throwable nested)
nested - the associated throwable object
public ObjectContentManagerException(java.lang.String message,
java.lang.Throwable nested)
message - the message associated to the exceptionnested - the associated throwable object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||