public class UnknownServiceException
extends java.io.IOException
| Constructor and Description |
|---|
UnknownServiceException()
Constructs a new
UnknownServiceException with no
detail message. |
UnknownServiceException(java.lang.String msg)
Constructs a new
UnknownServiceException with the
specified detail message. |
public UnknownServiceException()
UnknownServiceException with no
detail message.public UnknownServiceException(java.lang.String msg)
UnknownServiceException with the
specified detail message.msg - the detail message.