|
||||||||||
| 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.RepositoryException
public class RepositoryException
Occurs when it is not possible to manage the JCR repository (register, login, ...)
| Constructor Summary | |
|---|---|
protected |
RepositoryException()
No-arg constructor used by markup exceptions. |
|
RepositoryException(String message)
Constructor with message. |
|
RepositoryException(String message,
Throwable nested)
Constructor with message and throwable object. |
|
RepositoryException(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 |
|---|
protected RepositoryException()
public RepositoryException(String message)
message - the message associated to the exceptionpublic RepositoryException(Throwable nested)
nested - the associated throwable object
public RepositoryException(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 | |||||||||