net.sourceforge.openutils.mgnlcriteria.jcr.query
Class JCRQueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sourceforge.openutils.mgnlcriteria.jcr.query.JCRQueryException
All Implemented Interfaces:
Serializable

public class JCRQueryException
extends RuntimeException

Runtime exception wrapper for jcr checked exceptions.

Version:
$Id: JCRQueryException.java 3285 2011-01-24 18:10:19Z fgiust $
Author:
fgrilli
See Also:
Serialized Form

Constructor Summary
JCRQueryException(String statement, Throwable cause)
           
 
Method Summary
 String getStatement()
           
 
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

JCRQueryException

public JCRQueryException(String statement,
                         Throwable cause)
Method Detail

getStatement

public String getStatement()


Copyright © 2009-2011 Openmind. All Rights Reserved.