public class DeploymentException extends Exception
| Constructor and Description |
|---|
DeploymentException(org.jboss.shrinkwrap.api.Archive<?> archive,
String message) |
DeploymentException(org.jboss.shrinkwrap.api.Archive<?> archive,
Throwable rootCause) |
DeploymentException(String message) |
DeploymentException(Throwable rootCause) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.shrinkwrap.api.Archive<?> |
getArchive() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DeploymentException(String message)
public DeploymentException(Throwable rootCause)
public DeploymentException(org.jboss.shrinkwrap.api.Archive<?> archive,
Throwable rootCause)
public DeploymentException(org.jboss.shrinkwrap.api.Archive<?> archive,
String message)
Copyright © 2016 JBoss by Red Hat. All rights reserved.