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.

Constructor Index

 o UnknownServiceException()
Constructs a new UnknownServiceException with no detail message.
 o UnknownServiceException(String)
Constructs a new UnknownServiceException with the specified detail message.

Constructors

 o 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.
 o 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