public class DeploymentException extends RuntimeException
Swarm.deploy(), 
org.wildfly.swarm.Swarm#deploy(Archive), 
Serialized Form| Constructor and Description | 
|---|
DeploymentException(<any> archive,
                   String message)  | 
DeploymentException(<any> archive,
                   Throwable rootCause)  | 
DeploymentException(String message)  | 
DeploymentException(String message,
                   Throwable cause,
                   <any> archive)  | 
DeploymentException(Throwable rootCause)  | 
| Modifier and Type | Method and Description | 
|---|---|
<any> | 
getArchive()
Retrieve the archive which caused the deployment error. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DeploymentException(String message)
public DeploymentException(Throwable rootCause)
public DeploymentException(<any> archive,
                           Throwable rootCause)
public DeploymentException(<any> archive,
                           String message)
Copyright © 2018 JBoss by Red Hat. All rights reserved.