org.chromattic.api
Class UndeclaredRepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.chromattic.api.ChromatticException
org.chromattic.api.UndeclaredRepositoryException
- All Implemented Interfaces:
- java.io.Serializable
public final class UndeclaredRepositoryException
- extends ChromatticException
Wraps an unexpected RepositoryException that is a checked exception.
- Version:
- $Revision$
- Author:
- Julien Viet
- See Also:
- Serialized Form
|
Method Summary |
javax.jcr.RepositoryException |
getCause()
|
java.lang.Throwable |
initCause(java.lang.Throwable cause)
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UndeclaredRepositoryException
public UndeclaredRepositoryException()
UndeclaredRepositoryException
public UndeclaredRepositoryException(java.lang.String message)
UndeclaredRepositoryException
public UndeclaredRepositoryException(java.lang.String message,
javax.jcr.RepositoryException cause)
UndeclaredRepositoryException
public UndeclaredRepositoryException(javax.jcr.RepositoryException cause)
initCause
public java.lang.Throwable initCause(java.lang.Throwable cause)
- Overrides:
initCause in class java.lang.Throwable
getCause
public javax.jcr.RepositoryException getCause()
- Overrides:
getCause in class java.lang.Throwable
Copyright © 2011 eXo Platform SAS. All Rights Reserved.