public class ServiceConstructionException extends UncheckedException
message| Constructor and Description |
|---|
ServiceConstructionException(Message msg) |
ServiceConstructionException(Message msg,
java.lang.Throwable t) |
ServiceConstructionException(java.lang.String msg,
java.util.logging.Logger log) |
ServiceConstructionException(java.lang.String msg,
java.util.logging.Logger log,
java.lang.Throwable cause) |
ServiceConstructionException(java.lang.Throwable cause) |
getCode, getMessagepublic ServiceConstructionException(Message msg, java.lang.Throwable t)
public ServiceConstructionException(Message msg)
public ServiceConstructionException(java.lang.Throwable cause)
public ServiceConstructionException(java.lang.String msg,
java.util.logging.Logger log)
public ServiceConstructionException(java.lang.String msg,
java.util.logging.Logger log,
java.lang.Throwable cause)