|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.omg.CORBA.SystemException
org.omg.CORBA.TIMEOUT
public final class TIMEOUT
TIMEOUT
는, 전달되지 않고 로 지정된 유효기간을 초과했을 경우에 발생합니다. 유효기간의 QoS 는 어느 호출에도 적용할 수 있으므로, 이것은 표준의 시스템 예외입니다.
필드의 개요 |
---|
클래스 org.omg.CORBA. SystemException 로부터 상속된 필드 |
---|
completed , minor |
생성자 의 개요 | |
---|---|
TIMEOUT ()
0 로 설정된 마이너 코드와 COMPLETED_NO 로 설정된 CompletionStatus 를 가지는 TIMEOUT 예외를 구축합니다. |
|
TIMEOUT (int minorCode,
CompletionStatus completionStatus)
지정된 마이너 코드와 완료 상태로 TIMEOUT 예외를 구축합니다. |
|
TIMEOUT (String detailMessage)
지정된 메세지를 가지는 TIMEOUT 예외를 구축합니다. |
|
TIMEOUT (String detailMessage,
int minorCode,
CompletionStatus completionStatus)
지정된 메세지, 마이너 코드, 및 완료 상태로 TIMEOUT 예외를 구축합니다. |
메소드의 개요 |
---|
클래스 org.omg.CORBA. SystemException 로부터 상속된 메소드 |
---|
toString |
클래스 java.lang. Throwable 로부터 상속된 메소드 |
---|
fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace |
클래스 java.lang. Object 로부터 상속된 메소드 |
---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait |
생성자 의 상세 |
---|
public TIMEOUT()
TIMEOUT
예외를 구축합니다.
public TIMEOUT(String detailMessage)
TIMEOUT
예외를 구축합니다.
detailMessage
- 상세 메세지가 포함되고 있는 캐릭터 라인public TIMEOUT(int minorCode, CompletionStatus completionStatus)
TIMEOUT
예외를 구축합니다.
minorCode
- 마이너 코드completionStatus
- 완료 상태public TIMEOUT(String detailMessage, int minorCode, CompletionStatus completionStatus)
TIMEOUT
예외를 구축합니다.
detailMessage
- 상세 메세지가 포함되고 있는 캐릭터 라인minorCode
- 마이너 코드completionStatus
- 완료 상태
|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.