|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.ow2.bonita.util.BonitaException
org.ow2.bonita.facade.exception.DeploymentException
public class DeploymentException
Exception indicating a failure during the deployment operation.
| Constructor Summary | |
|---|---|
DeploymentException(DeploymentException e)
|
|
DeploymentException(java.lang.String msg)
Constructs an DeploymentException with the specified detail message. |
|
DeploymentException(java.lang.String msg,
java.lang.String className)
Constructs a DeploymentException with the specified detail message and className parameter. |
|
DeploymentException(java.lang.String msg,
java.lang.String className,
PackageDefinitionUUID packageUUID)
Constructs a DeploymentException with the specified detail message and className, packageDefinitionUUID parameters. |
|
DeploymentException(java.lang.String msg,
java.lang.String className,
java.util.Set<PackageDefinitionUUID> packageUUIDs)
|
|
DeploymentException(java.lang.String msg,
java.lang.Throwable cause)
Constructs a DeploymentException with the specified detail message and the throwable cause. |
|
| Method Summary | |
|---|---|
static DeploymentException |
build(java.lang.Throwable e)
|
java.lang.String |
getClassName()
|
PackageDefinitionUUID |
getPackageDefinitionUUID()
|
java.util.Set<PackageDefinitionUUID> |
getPackageUUIDs()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeploymentException(java.lang.String msg)
msg - the detail message.
public DeploymentException(java.lang.String msg,
java.lang.Throwable cause)
msg - the detail message.cause - exception causing the abort.
public DeploymentException(java.lang.String msg,
java.lang.String className)
msg - the detail message.className - the name of the class to deploy.
public DeploymentException(java.lang.String msg,
java.lang.String className,
PackageDefinitionUUID packageUUID)
msg - the detail message.className - the name of the class to deploy.packageUUID - the UUID of the package.
public DeploymentException(java.lang.String msg,
java.lang.String className,
java.util.Set<PackageDefinitionUUID> packageUUIDs)
public DeploymentException(DeploymentException e)
| Method Detail |
|---|
public static DeploymentException build(java.lang.Throwable e)
public java.lang.String getClassName()
public PackageDefinitionUUID getPackageDefinitionUUID()
public java.util.Set<PackageDefinitionUUID> getPackageUUIDs()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||