|
||||||||||
| 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.JcrMappingException
public class JcrMappingException
Base class of all runtime exceptions used in the JCR mapping.
| Constructor Summary | |
|---|---|
JcrMappingException(String message)
Constructor with message. |
|
JcrMappingException(String message,
Throwable nested)
Constructor with message and throwable object. |
|
JcrMappingException(Throwable nested)
Constructor with throwable object. |
|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JcrMappingException(String message)
message - the message associated to the exceptionpublic JcrMappingException(Throwable nested)
nested - the associated throwable object
public JcrMappingException(String message,
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 | |||||||||