java.net
Class 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 Summary
UnknownServiceException()
          Constructs a new UnknownServiceException with no detail message.
UnknownServiceException(String msg)
          Constructs a new UnknownServiceException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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