|
||||||||||
| 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.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(java.lang.String message)
Constructor with message. |
|
RepositoryException(java.lang.String message,
java.lang.Throwable nested)
Constructor with message and throwable object. |
|
RepositoryException(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 RepositoryException()
public RepositoryException(java.lang.String message)
message - the message associated to the exceptionpublic RepositoryException(java.lang.Throwable nested)
nested - the associated throwable object
public RepositoryException(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 | |||||||||