org.apache.qpid.configuration
Class Configuration.InitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.qpid.configuration.Configuration.InitException
All Implemented Interfaces:
Serializable
Enclosing class:
Configuration

public static class Configuration.InitException
extends Exception

See Also:
Serialized Form

Constructor Summary
Configuration.InitException(String msg, 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

Configuration.InitException

Configuration.InitException(String msg,
                            Throwable cause)


Licensed to the Apache Software Foundation