public class AlreadyDeployedException extends XDRuntimeException
Constructor and Description |
---|
AlreadyDeployedException(java.lang.String offendingName,
java.lang.String message)
Create a new exception.
|
AlreadyDeployedException(java.lang.String offendingName,
java.lang.String message,
java.lang.Throwable cause)
Create a new exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOffendingName()
Return the name of the already deployed definition.
|
public AlreadyDeployedException(java.lang.String offendingName, java.lang.String message)
offendingName
- name of the definition that conflictsmessage
- Exception message. Can use String.format(String, Object...)
syntax to include the
offendingNamepublic AlreadyDeployedException(java.lang.String offendingName, java.lang.String message, java.lang.Throwable cause)
offendingName
- name of the definition that conflictsmessage
- Exception message. Can use String.format(String, Object...)
syntax to include the
offendingNamecause
- root exception cause