nl.gx.webmanager.services.jcrrepository
Class IllegalNodeTypeChangeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.jcr.RepositoryException
              extended by nl.gx.webmanager.services.jcrrepository.IllegalNodeTypeChangeException
All Implemented Interfaces:
java.io.Serializable

public class IllegalNodeTypeChangeException
extends javax.jcr.RepositoryException

This exception is thrown when the requested NodeType change is not permitted due to possible data loss or repository corruption.

Author:
simon
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.jcr.RepositoryException
rootCause
 
Constructor Summary
IllegalNodeTypeChangeException()
          Constructs a new instance of this class with null as its detail message.
IllegalNodeTypeChangeException(java.lang.String message)
          Constructs a new instance of this class with the specified detail message.
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalNodeTypeChangeException

public IllegalNodeTypeChangeException()
Constructs a new instance of this class with null as its detail message.


IllegalNodeTypeChangeException

public IllegalNodeTypeChangeException(java.lang.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 getMessage() method.


Copyright © 2007-2011 GX Software BV. All Rights Reserved.