|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.omg.CORBA.SystemException
org.omg.CORBA.NO_RESOURCES
public final class NO_RESOURCES
ORB 가 일반적인 자원 한계를 검출했을 경우에 throw 되는 예외입니다. 예를 들어, 실행시에 접속을 확립할 수 있는 최대 허용수에 이르렀을 경우, 이 예외가 throw 됩니다.
예외의 발생 원인의 상세 정보를 나타내는 마이너 코드와 완료 상태가 포함됩니다. 예외를 설명하는 캐릭터 라인이 포함되는 경우도 있습니다.
필드의 개요 |
---|
클래스 org.omg.CORBA. SystemException 로부터 상속된 필드 |
---|
completed , minor |
생성자 의 개요 | |
---|---|
NO_RESOURCES ()
디폴트의 마이너 코드 0, 완료 상태 CompletionStatus.COMPLETED_NO, 및 null 의 기술에 의해, NO_RESOURCES 예외를 구축합니다. |
|
NO_RESOURCES (int minor,
CompletionStatus completed)
지정된 마이너 코드와 완료 상태로 NO_RESOURCES 예외를 구축합니다. |
|
NO_RESOURCES (String s)
지정된 설명 메세지, 마이너 코드 0, 및 완료 상태 COMPLETED_NO 에 의해, NO_RESOURCES 예외를 구축합니다. |
|
NO_RESOURCES (String s,
int minor,
CompletionStatus completed)
지정된 설명 메세지, 마이너 코드, 및 완료 상태에 의해, NO_RESOURCES 예외를 구축합니다. |
메소드의 개요 |
---|
클래스 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 NO_RESOURCES()
NO_RESOURCES
예외를 구축합니다.
public NO_RESOURCES(String s)
NO_RESOURCES
예외를 구축합니다.
s
- 설명 메세지가 포함되고 있는 Stringpublic NO_RESOURCES(int minor, CompletionStatus completed)
NO_RESOURCES
예외를 구축합니다.
minor
- 마이너 코드completed
- 완료 상태public NO_RESOURCES(String s, int minor, CompletionStatus completed)
NO_RESOURCES
예외를 구축합니다.
s
- 설명 메세지가 포함되고 있는 Stringminor
- 마이너 코드completed
- 완료 상태
|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.