org.modeshape.jcr.nodetype
Class InvalidNodeTypeDefinitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jcr.RepositoryException
javax.jcr.nodetype.InvalidNodeTypeDefinitionException
org.modeshape.jcr.nodetype.InvalidNodeTypeDefinitionException
- All Implemented Interfaces:
- Serializable
@Immutable
public class InvalidNodeTypeDefinitionException
- extends InvalidNodeTypeDefinitionException
Exception representing that a node type definition is somehow invalid
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidNodeTypeDefinitionException
public InvalidNodeTypeDefinitionException()
InvalidNodeTypeDefinitionException
public InvalidNodeTypeDefinitionException(String message,
Throwable rootCause)
- Parameters:
message
- rootCause
-
InvalidNodeTypeDefinitionException
public InvalidNodeTypeDefinitionException(String message)
- Parameters:
message
-
InvalidNodeTypeDefinitionException
public InvalidNodeTypeDefinitionException(Throwable rootCause)
- Parameters:
rootCause
-
Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.