public class IllegalNameException extends NameException
NamespaceException
is thrown if the prefix of the JCR name
string is syntactically valid but not bound to any namespace.
See the section 4.6 of the JCR 1.0 specification for details of the JCR name syntax.
Constructor and Description |
---|
IllegalNameException(java.lang.String message)
Creates an IllegalNameException with the given error message.
|
IllegalNameException(java.lang.String message,
java.lang.Throwable rootCause)
Creates an IllegalNameException with the given error message and
root cause exception.
|
public IllegalNameException(java.lang.String message)
message
- error messagepublic IllegalNameException(java.lang.String message, java.lang.Throwable rootCause)
message
- error messagerootCause
- root cause exceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved