org.jboss.dna.jcr.nodetype
Class NodeTypeExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.jcr.RepositoryException
              extended by org.jboss.dna.jcr.nodetype.NodeTypeExistsException
All Implemented Interfaces:
Serializable

@Immutable
public class NodeTypeExistsException
extends javax.jcr.RepositoryException

An exception that captures the error condition that a referenced node type already exists.

See Also:
Serialized Form

Constructor Summary
NodeTypeExistsException(Name nodeType)
           
NodeTypeExistsException(Name nodeType, String message)
           
NodeTypeExistsException(Name nodeType, String message, Throwable rootCause)
           
NodeTypeExistsException(Name nodeType, Throwable rootCause)
           
 
Method Summary
 Name getNodeType()
          Get the name of the existing node type.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeTypeExistsException

public NodeTypeExistsException(Name nodeType)
Parameters:
nodeType - the name of the existing node type

NodeTypeExistsException

public NodeTypeExistsException(Name nodeType,
                               String message,
                               Throwable rootCause)
Parameters:
nodeType - the name of the existing node type
message -
rootCause -

NodeTypeExistsException

public NodeTypeExistsException(Name nodeType,
                               String message)
Parameters:
nodeType - the name of the existing node type
message -

NodeTypeExistsException

public NodeTypeExistsException(Name nodeType,
                               Throwable rootCause)
Parameters:
nodeType - the name of the existing node type
rootCause -
Method Detail

getNodeType

public Name getNodeType()
Get the name of the existing node type.

Returns:
the existing node type name


Copyright © 2008-2009 JBoss, a division of Red Hat. All Rights Reserved.