public class ServiceConstructionException extends UncheckedException
message| Constructor and Description | 
|---|
| ServiceConstructionException(Message msg) | 
| ServiceConstructionException(Message msg,
                            Throwable t) | 
| ServiceConstructionException(String msg,
                            Logger log) | 
| ServiceConstructionException(String msg,
                            Logger log,
                            Throwable cause) | 
| ServiceConstructionException(Throwable cause) | 
getCode, getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringApache CXF