public class NameException extends RepositoryException
| Constructor and Description |
|---|
NameException(String message)
Creates a NameException with the given error message.
|
NameException(String message,
Throwable rootCause)
Creates a NameException with the given error message and
root cause exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NameException(String message)
message - error messageCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.