|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.omg.CORBA.SystemException
org.omg.CORBA.CODESET_INCOMPATIBLE
public final class CODESET_INCOMPATIBLE
이 예외는, 클라이언트의 native code 세트와 서버의 native code 세트와의 사이에 유효한 통신을 할 수 없는 경우에 발생합니다.
필드의 개요 |
---|
클래스 org.omg.CORBA. SystemException 로부터 상속된 필드 |
---|
completed , minor |
생성자 의 개요 | |
---|---|
CODESET_INCOMPATIBLE ()
0 로 설정된 마이너 코드와 COMPLETED_NO 로 설정된 CompletionStatus 를 가지는 CODESET_INCOMPATIBLE 예외를 구축합니다. |
|
CODESET_INCOMPATIBLE (int minorCode,
CompletionStatus completionStatus)
지정된 마이너 코드와 완료 상태를 가지는 CODESET_INCOMPATIBLE 예외를 구축합니다. |
|
CODESET_INCOMPATIBLE (String detailMessage)
지정된 메세지를 가지는 CODESET_INCOMPATIBLE 예외를 구축합니다. |
|
CODESET_INCOMPATIBLE (String detailMessage,
int minorCode,
CompletionStatus completionStatus)
지정된 메세지, 마이너 코드, 및 완료 상태를 가지는 CODESET_INCOMPATIBLE 예외를 구축합니다. |
메소드의 개요 |
---|
클래스 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 CODESET_INCOMPATIBLE()
CODESET_INCOMPATIBLE
예외를 구축합니다.
public CODESET_INCOMPATIBLE(String detailMessage)
CODESET_INCOMPATIBLE
예외를 구축합니다.
detailMessage
- 상세 메세지가 포함되고 있는 캐릭터 라인public CODESET_INCOMPATIBLE(int minorCode, CompletionStatus completionStatus)
CODESET_INCOMPATIBLE
예외를 구축합니다.
minorCode
- 마이너 코드completionStatus
- 완료 상태public CODESET_INCOMPATIBLE(String detailMessage, int minorCode, CompletionStatus completionStatus)
CODESET_INCOMPATIBLE
예외를 구축합니다.
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 도 참조해 주세요.