org.apache.cxf.service.factory
Class ServiceConstructionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cxf.common.i18n.UncheckedException
org.apache.cxf.service.factory.ServiceConstructionException
- All Implemented Interfaces:
- Serializable
public class ServiceConstructionException
- extends org.apache.cxf.common.i18n.UncheckedException
- See Also:
- Serialized Form
| Methods inherited from class org.apache.cxf.common.i18n.UncheckedException |
getCode, getMessage |
ServiceConstructionException
public ServiceConstructionException(org.apache.cxf.common.i18n.Message msg,
Throwable t)
ServiceConstructionException
public ServiceConstructionException(org.apache.cxf.common.i18n.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