org.modeshape.jcr.nodetype
Class InvalidNodeTypeDefinitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.jcr.RepositoryException
              extended by org.modeshape.jcr.nodetype.InvalidNodeTypeDefinitionException
All Implemented Interfaces:
Serializable

@Immutable
public class InvalidNodeTypeDefinitionException
extends RepositoryException

Exception representing that a node type definition is somehow invalid

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.jcr.RepositoryException
rootCause
 
Constructor Summary
InvalidNodeTypeDefinitionException()
           
InvalidNodeTypeDefinitionException(String message)
           
InvalidNodeTypeDefinitionException(String message, Throwable rootCause)
           
InvalidNodeTypeDefinitionException(Throwable rootCause)
           
 
Method Summary
 
Methods inherited from class javax.jcr.RepositoryException
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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-2010 JBoss, a division of Red Hat. All Rights Reserved.