org.apache.avalon.excalibur.container
Class ContainerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.avalon.framework.CascadingException
                    |
                    +--org.apache.avalon.excalibur.container.ContainerException
All Implemented Interfaces:
org.apache.avalon.framework.CascadingThrowable, java.io.Serializable

public final class ContainerException
extends org.apache.avalon.framework.CascadingException

Exception to indicate error manipulating container.

Author:
Peter Donald
See Also:
Serialized Form

Constructor Summary
ContainerException(java.lang.String message)
          Construct a new ContainerException instance.
ContainerException(java.lang.String message, java.lang.Throwable throwable)
          Construct a new ContainerException instance.
 
Methods inherited from class org.apache.avalon.framework.CascadingException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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)
Construct a new ContainerException instance.
Parameters:
message - The detail message for this exception.

ContainerException

public ContainerException(java.lang.String message,
                          java.lang.Throwable throwable)
Construct a new ContainerException instance.
Parameters:
message - The detail message for this exception.
throwable - the root cause of the exception


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.