public class DeploymentActionException extends DeploymentException
Constructor and Description |
---|
DeploymentActionException(String message,
List<DeploymentItemException> exceptions)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDetail()
Returns a detail print of all exceptions and messages line-separated.
|
List<DeploymentItemException> |
getExceptions()
Returns the exception list.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DeploymentActionException(String message, List<DeploymentItemException> exceptions)
message
- deployment error messageexceptions
- that occured deployingpublic List<DeploymentItemException> getExceptions()
public String getDetail()