
public class DeployMessageException extends RuntimeException
| Constructor and Description |
|---|
DeployMessageException(String description) |
DeployMessageException(String msg,
Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DeployMessageException(String msg, Throwable t)
msg - the error message describing what is happened, it will be
stored also into the description fieldt - The Throwable exception causing this exceptionpublic DeployMessageException(String description)
public String getDescription()
description fieldCopyright © 2018 universAAL Consortium. All rights reserved.