|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.jcr.RepositoryException
nl.gx.webmanager.services.jcrrepository.IllegalNodeTypeChangeException
public class IllegalNodeTypeChangeException
This exception is thrown when the requested NodeType change is not permitted due to possible data loss or repository corruption.
| 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 |
|---|
public IllegalNodeTypeChangeException()
public IllegalNodeTypeChangeException(java.lang.String message)
message - the detail message. The detail message is saved for later
retrieval by the getMessage() method.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||