Apache CXF API

org.apache.cxf.service.factory
Class ServiceConstructionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.cxf.common.i18n.UncheckedException
                  extended by org.apache.cxf.service.factory.ServiceConstructionException
All Implemented Interfaces:
Serializable

public class ServiceConstructionException
extends UncheckedException

See Also:
Serialized Form

Constructor Summary
ServiceConstructionException(Message msg)
           
ServiceConstructionException(Message msg, Throwable t)
           
ServiceConstructionException(String msg, Logger log)
           
ServiceConstructionException(String msg, Logger log, Throwable cause)
           
ServiceConstructionException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.cxf.common.i18n.UncheckedException
getCode, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ServiceConstructionException

public ServiceConstructionException(Message msg,
                                    Throwable t)

ServiceConstructionException

public ServiceConstructionException(Message msg)

ServiceConstructionException

public ServiceConstructionException(Throwable cause)

ServiceConstructionException

public ServiceConstructionException(String msg,
                                    Logger log)

ServiceConstructionException

public ServiceConstructionException(String msg,
                                    Logger log,
                                    Throwable cause)

Apache CXF API

Apache CXF