org.apache.shindig.config
Class ContainerConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.shindig.config.ContainerConfigException
All Implemented Interfaces:
Serializable

public class ContainerConfigException
extends Exception

Thrown for problems encountered with the container configuration.

See Also:
Serialized Form

Constructor Summary
ContainerConfigException(String msg)
           
ContainerConfigException(String msg, Throwable cause)
           
ContainerConfigException(Throwable cause)
           
 
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

ContainerConfigException

public ContainerConfigException(String msg,
                                Throwable cause)

ContainerConfigException

public ContainerConfigException(String msg)

ContainerConfigException

public ContainerConfigException(Throwable cause)


Copyright © 2007-2012. All Rights Reserved.