Class java.net.UnknownServiceException
All Packages Class Hierarchy This Package Previous Next Index
Class java.net.UnknownServiceException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.io.IOException
|
+----java.net.UnknownServiceException
- public class UnknownServiceException
- extends IOException
Signals that an unknown service exception has occurred.
-
UnknownServiceException()
- Constructs a new UnknownServiceException with no detail message.
-
UnknownServiceException(String)
- Constructs a new UnknownServiceException with the specified detail message.
UnknownServiceException
public UnknownServiceException()
- Constructs a new UnknownServiceException with no detail message.
A detail message is a String that gives a specific description
of this error.
UnknownServiceException
public UnknownServiceException(String msg)
- Constructs a new UnknownServiceException with the specified detail message.
A detail message is a String that gives a specific description
of this error.
- Parameters:
- msg - the detail message
All Packages Class Hierarchy This Package Previous Next Index