org.codehaus.cargo.container
Class ContainerException

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
All Implemented Interfaces:
java.io.Serializable

public class ContainerException
extends 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)
           
 
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

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-2011 Codehaus. All Rights Reserved.