org.apache.jackrabbit.api.jsr283.nodetype
Class NodeTypeExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jcr.RepositoryException
org.apache.jackrabbit.api.jsr283.nodetype.NodeTypeExistsException
- All Implemented Interfaces:
- Serializable
public class NodeTypeExistsException
- extends RepositoryException
Exception thrown when an attempt is made to register a node type that already exisits,
and allowUpdate has not been set to true.
- Since:
- JCR 2.0
- See Also:
- Serialized Form
NodeTypeExistsException
public NodeTypeExistsException()
- Constructs a new instance of this class with
null as its
detail message.
NodeTypeExistsException
public NodeTypeExistsException(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.
NodeTypeExistsException
public NodeTypeExistsException(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
NodeTypeExistsException
public NodeTypeExistsException(Throwable rootCause)
- Constructs a new instance of this class with the specified root cause.
- Parameters:
rootCause - root failure cause
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.