|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.net.SocketException
java.net.NoRouteToHostException
public class NoRouteToHostException
소켓을 원격 주소와 포트에 접속하려고 했을 때에 에러가 발생한 것을 통지합니다. 일반적으로, 원격 호스트에게 도달할 수 없는 이유로서 생각되는 것은, 방화벽(fire wall)가 방해 하고 있는 것이나, 사이의 라우터가 다운하고 있는 것입니다.
생성자 의 개요 | |
---|---|
NoRouteToHostException ()
상세 메세지를 지정하지 않고 NoRouteToHostException 를 새롭게 구축합니다. |
|
NoRouteToHostException (String msg)
원격 호스트에게 도달할 수 없는 이유에 관한 지정된 상세 메세지에 근거해, 새로운 NoRouteToHostException 를 구축합니다. |
메소드의 개요 |
---|
클래스 java.lang. Throwable 로부터 상속된 메소드 |
---|
fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString |
클래스 java.lang. Object 로부터 상속된 메소드 |
---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait |
생성자 의 상세 |
---|
public NoRouteToHostException(String msg)
msg
- 상세 메세지public NoRouteToHostException()
|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.