public class IllegalNameException extends NameException
javax.jcr.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 exception"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"