|
||||||||||
| 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
org.apache.jackrabbit.ocm.exception.VersionException
public class VersionException
Occurs when it is not possible to read information on version or manage versions
| Constructor Summary | |
|---|---|
VersionException(String message)
Constructor with message. |
|
VersionException(String message,
Throwable nested)
Constructor with message and throwable object. |
|
VersionException(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 VersionException(String message)
message - the message associated to the exceptionpublic VersionException(Throwable nested)
nested - the associated throwable object
public VersionException(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 | |||||||||