|
||||||||||
| 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
org.apache.jackrabbit.spi.commons.conversion.NameException
public class NameException
Base class for exceptions about malformed or otherwise invalid JCR names and paths.
| Field Summary |
|---|
| Fields inherited from class javax.jcr.RepositoryException |
|---|
rootCause |
| Constructor Summary | |
|---|---|
NameException(java.lang.String message)
Creates a NameException with the given error message. |
|
NameException(java.lang.String message,
java.lang.Throwable rootCause)
Creates a NameException with the given error message and root cause exception. |
|
| 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 NameException(java.lang.String message)
message - error message
public NameException(java.lang.String message,
java.lang.Throwable rootCause)
message - error messagerootCause - root cause exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||