org.apache.jackrabbit.spi.commons.nodetype
Class InvalidNodeTypeDefException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jcr.RepositoryException
org.apache.jackrabbit.spi.commons.nodetype.InvalidNodeTypeDefException
- All Implemented Interfaces:
- Serializable
public class InvalidNodeTypeDefException
- extends RepositoryException
The NodeTypeConflictException ...
- See Also:
- Serialized Form
InvalidNodeTypeDefException
public InvalidNodeTypeDefException(String message)
- Constructs a new instance of this class with the specified detail
message.
- Parameters:
message - the detail message. The detail message is saved for
later retrieval by the RepositoryException.getMessage() method.
InvalidNodeTypeDefException
public InvalidNodeTypeDefException(String message,
Throwable rootCause)
- Constructs a new instance of this class with the specified detail
message and root cause.
- Parameters:
message - the detail message. The detail message is saved for
later retrieval by the RepositoryException.getMessage() method.rootCause - root failure cause
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.