org.chromattic.api
Class UndeclaredRepositoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.chromattic.api.ChromatticException
                  extended by org.chromattic.api.UndeclaredRepositoryException
All Implemented Interfaces:
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

Constructor Summary
UndeclaredRepositoryException()
           
UndeclaredRepositoryException(javax.jcr.RepositoryException cause)
           
UndeclaredRepositoryException(String message)
           
UndeclaredRepositoryException(String message, javax.jcr.RepositoryException cause)
           
 
Method Summary
 javax.jcr.RepositoryException getCause()
           
 Throwable initCause(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
 

Constructor Detail

UndeclaredRepositoryException

public UndeclaredRepositoryException()

UndeclaredRepositoryException

public UndeclaredRepositoryException(String message)

UndeclaredRepositoryException

public UndeclaredRepositoryException(String message,
                                     javax.jcr.RepositoryException cause)

UndeclaredRepositoryException

public UndeclaredRepositoryException(javax.jcr.RepositoryException cause)
Method Detail

initCause

public Throwable initCause(Throwable cause)
Overrides:
initCause in class Throwable

getCause

public javax.jcr.RepositoryException getCause()
Overrides:
getCause in class Throwable


Copyright © 2010 eXo Platform SAS. All Rights Reserved.