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 javax.jcr.RepositoryException
The NodeTypeConflictException
...
- See Also:
- Serialized Form
Fields inherited from class javax.jcr.RepositoryException |
rootCause |
Methods inherited from class javax.jcr.RepositoryException |
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace |
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-2011 Apache Software Foundation. All Rights Reserved.