Class NodeTypeExistsException

All Implemented Interfaces:
Serializable

public class NodeTypeExistsException extends RepositoryException
Exception thrown when an attempt is made to register a node type that already exists, and allowUpdate has not been set to true.
Since:
JCR 2.0
See Also:
  • Constructor Details

    • 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 Throwable.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 Throwable.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