org.hippoecm.hst.core.container
Class ContainerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.hippoecm.hst.core.container.ContainerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ContainerNotFoundException, ContainerSecurityException, RepositoryNotAvailableException

public class ContainerException
extends Exception

The ContainerException class defines a general exception that an internal container component can throw when it is unable to perform its operation successfully.

Version:
$Id: ContainerException.java 17024 2009-03-19 11:10:51Z wko $
See Also:
Serialized Form

Constructor Summary
ContainerException()
          Constructs a new ContainerException exception.
ContainerException(String message)
          Constructs a new ContainerException exception with the given message.
ContainerException(String msg, Throwable nested)
          Constructs a new ContainerException exception when the container needs to do the following: throw an exception include the "nested" exception include a description message
ContainerException(Throwable nested)
          Constructs a new ContainerException exception with the nested exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContainerException

public ContainerException()
Constructs a new ContainerException exception.


ContainerException

public ContainerException(String message)
Constructs a new ContainerException exception with the given message.

Parameters:
message - the exception message

ContainerException

public ContainerException(Throwable nested)
Constructs a new ContainerException exception with the nested exception.

Parameters:
nested - the nested exception

ContainerException

public ContainerException(String msg,
                          Throwable nested)
Constructs a new ContainerException exception when the container needs to do the following:

Parameters:
msg - the exception message
nested - the nested exception


Copyright © 2008-2012 Hippo. All Rights Reserved.