public class NodeTypeConflictException extends RepositoryException
NodeTypeConflictException ...| Constructor and Description |
|---|
NodeTypeConflictException(String message)
Constructs a new instance of this class with the specified detail
message.
|
NodeTypeConflictException(String message,
Throwable rootCause)
Constructs a new instance of this class with the specified detail
message and root cause.
|
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic NodeTypeConflictException(String message)
message - the detail message. The detail message is saved for
later retrieval by the RepositoryException.getMessage() method.public NodeTypeConflictException(String message, Throwable rootCause)
message - the detail message. The detail message is saved for
later retrieval by the RepositoryException.getMessage() method.rootCause - root failure causeCopyright © 2010 - 2020 Adobe. All Rights Reserved