org.springframework.extensions.jcr
Class JcrSystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.dao.DataAccessException
                      extended by org.springframework.dao.NonTransientDataAccessException
                          extended by org.springframework.dao.UncategorizedDataAccessException
                              extended by org.springframework.extensions.jcr.JcrSystemException
All Implemented Interfaces:
java.io.Serializable

public class JcrSystemException
extends org.springframework.dao.UncategorizedDataAccessException

Runtime (unchecked) exception used for wrapping the JSR-170 specific checked exceptions.

Author:
Guillaume Bort , Costin Leau, Sergio Bossa, Salvatore Incandela
See Also:
RepositoryException, Serialized Form

Constructor Summary
JcrSystemException(java.lang.String message, java.lang.Throwable ex)
           
JcrSystemException(java.lang.Throwable ex)
           
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

JcrSystemException

public JcrSystemException(java.lang.String message,
                          java.lang.Throwable ex)

JcrSystemException

public JcrSystemException(java.lang.Throwable ex)
Parameters:
ex -


Copyright © 2009. All Rights Reserved.