org.apache.openejb.assembler.classic
Class DeploymentExceptionManager
java.lang.Object
org.apache.openejb.assembler.classic.DeploymentExceptionManager
public class DeploymentExceptionManager
- extends Object
Tomcat swallows some exception when trying to deploy a war.
To be able to get it back (from our Deployers for instance)
we need a way to store it.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentExceptionManager
public DeploymentExceptionManager()
hasDeploymentFailed
public boolean hasDeploymentFailed()
getDeploymentException
public Exception getDeploymentException(AppInfo appInfo)
saveDeploymentException
public Exception saveDeploymentException(AppInfo appInfo,
Exception exception)
clearLastException
public void clearLastException(AppInfo info)
getLastException
public Exception getLastException()
pushDelpoymentException
public void pushDelpoymentException(Exception exception)
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.