org.modeshape.repository
Class ModeShapeConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.modeshape.repository.ModeShapeConfigurationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- JcrConfigurationException
@Immutable
public class ModeShapeConfigurationException
- extends RuntimeException
A runtime exception that denotes an error within the configuration for ModeShape.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ModeShapeConfigurationException
public ModeShapeConfigurationException()
ModeShapeConfigurationException
public ModeShapeConfigurationException(String message)
- Parameters:
message
-
ModeShapeConfigurationException
public ModeShapeConfigurationException(Throwable cause)
- Parameters:
cause
-
ModeShapeConfigurationException
public ModeShapeConfigurationException(String message,
Throwable cause)
- Parameters:
message
- cause
-
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.