org.codehaus.cargo.container.deployable
Class DeployableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.codehaus.cargo.util.CargoException
                  extended by org.codehaus.cargo.container.ContainerException
                      extended by org.codehaus.cargo.container.deployable.DeployableException
All Implemented Interfaces:
java.io.Serializable

public class DeployableException
extends ContainerException

Exception thrown when a container encounters a problem with a deployable.

Version:
$Id: $
See Also:
Serialized Form

Constructor Summary
DeployableException(java.lang.String message)
           
DeployableException(java.lang.String message, java.lang.Throwable throwable)
           
 
Method Summary
 
Methods inherited from class org.codehaus.cargo.util.CargoException
getOriginalThrowable, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

DeployableException

public DeployableException(java.lang.String message)
Parameters:
message - the exception message

DeployableException

public DeployableException(java.lang.String message,
                           java.lang.Throwable throwable)
Parameters:
message - the exception message
throwable - the exception to wrap


Copyright © 2004-2011 Codehaus. All Rights Reserved.