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(String message)
Creates an IllegalNameException with the given error message.
|
IllegalNameException(String message,
Throwable rootCause)
Creates an IllegalNameException with the given error message and
root cause exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IllegalNameException(String message)
message
- error messageCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.