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:
- java.io.Serializable
public class ServiceConstructionException
- extends UncheckedException
- See Also:
- Serialized Form
| 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 |
ServiceConstructionException
public ServiceConstructionException(Message msg,
java.lang.Throwable t)
ServiceConstructionException
public ServiceConstructionException(Message msg)
ServiceConstructionException
public ServiceConstructionException(java.lang.Throwable cause)
ServiceConstructionException
public ServiceConstructionException(java.lang.String msg,
java.util.logging.Logger log)
ServiceConstructionException
public ServiceConstructionException(java.lang.String msg,
java.util.logging.Logger log,
java.lang.Throwable cause)
Apache CXF