org.modeshape.jcr
Class JcrConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.modeshape.repository.ModeShapeConfigurationException
                  extended by org.modeshape.jcr.JcrConfigurationException
All Implemented Interfaces:
Serializable

@Immutable
public class JcrConfigurationException
extends ModeShapeConfigurationException

A runtime exception that denotes an error within the configuration for ModeShape.

See Also:
Serialized Form

Constructor Summary
JcrConfigurationException(String message)
           
JcrConfigurationException(String message, Throwable cause)
           
JcrConfigurationException(Throwable cause)
           
 
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

JcrConfigurationException

public JcrConfigurationException(String message)
Parameters:
message -

JcrConfigurationException

public JcrConfigurationException(Throwable cause)
Parameters:
cause -

JcrConfigurationException

public JcrConfigurationException(String message,
                                 Throwable cause)
Parameters:
message -
cause -


Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.