org.nanocontainer.deployer
Class DeploymentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.picocontainer.PicoException
                  extended by org.nanocontainer.deployer.DeploymentException
All Implemented Interfaces:
Serializable

public class DeploymentException
extends org.picocontainer.PicoException

Runtime Wrapper Exception for errors in deployment.

Version:
$Revision: 2947 $
Author:
Aslak Hellesøy
See Also:
Serialized Form

Constructor Summary
DeploymentException(String message, Throwable t)
           
DeploymentException(Throwable t)
           
 
Method Summary
 
Methods inherited from class org.picocontainer.PicoException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeploymentException

public DeploymentException(String message,
                           Throwable t)

DeploymentException

public DeploymentException(Throwable t)


Copyright © 2003-2009 Codehaus. All Rights Reserved.