@Immutable public class NodeTypeExistsException extends NodeTypeExistsException
| Constructor and Description |
|---|
NodeTypeExistsException(Name nodeType) |
NodeTypeExistsException(Name nodeType,
String message) |
NodeTypeExistsException(Name nodeType,
String message,
Throwable rootCause) |
NodeTypeExistsException(Name nodeType,
Throwable rootCause) |
| Modifier and Type | Method and Description |
|---|---|
Name |
getNodeType()
Get the name of the existing node type.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NodeTypeExistsException(Name nodeType)
nodeType - the name of the existing node typepublic NodeTypeExistsException(Name nodeType, String message, Throwable rootCause)
nodeType - the name of the existing node typemessage - rootCause - public NodeTypeExistsException(Name nodeType, String message)
nodeType - the name of the existing node typemessage - public Name getNodeType()
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.