org.codehaus.cargo.container
Class ContainerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.codehaus.cargo.util.CargoException
                  extended byorg.codehaus.cargo.container.ContainerException
All Implemented Interfaces:
java.io.Serializable

public class ContainerException
extends org.codehaus.cargo.util.CargoException

Base exception class for all Cargo Container API classes.

Version:
$Id: ContainerException.java 301 2005-03-17 17:14:43Z vmassol $
See Also:
Serialized Form

Constructor Summary
ContainerException(java.lang.String message)
           
ContainerException(java.lang.String message, java.lang.Throwable throwable)
           
 
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

ContainerException

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

ContainerException

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


Copyright © 2004-2008 Codehaus. All Rights Reserved.