|
JavaTM Platform Standard Ed. 6 |
|||||||||
전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
javax.activity.ActivityCompletedException
public class ActivityCompletedException
이 예외는, Activity 문맥에 액세스 하는 임의의 메소드로, 처리의 계속이 불가능한 것을 나타내는 경우에 throw 될 가능성이 있습니다. 이것은 Activity 가 CompletionStatusFailOnly 에서의 완료를 지시받고 있는지, 타임 아웃이기 때문에 종료한 가능성이 있습니다. 이 예외는, org.omg.CORBA.ACTIVITY_COMPLETED 시스템 예외를 개입시킨 ORB 경계를 통해서 송신됩니다. 어플리케이션은 Activity 의 완료를 시도하는 것에 의해 이 에러를 처리할 필요가 있습니다.
필드의 개요 |
---|
클래스 java.rmi. RemoteException 로부터 상속된 필드 |
---|
detail |
생성자 의 개요 | |
---|---|
ActivityCompletedException ()
상세 메세지로서 null 를 가지는 신규 인스턴스를 구축합니다. |
|
ActivityCompletedException (String message)
지정된 상세 메세지를 가지는 신규 인스턴스를 구축합니다. |
|
ActivityCompletedException (String message,
Throwable cause)
지정된 상세 메세지 및 원인을 사용해 신규 throw 가능 객체를 구축합니다. |
|
ActivityCompletedException (Throwable cause)
지정된 원인으로 새로운 throw 가능 객체를 구축합니다. |
메소드의 개요 |
---|
클래스 java.rmi. RemoteException 로부터 상속된 메소드 |
---|
getCause , getMessage |
클래스 java.lang. Throwable 로부터 상속된 메소드 |
---|
fillInStackTrace , getLocalizedMessage , getStackTrace , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString |
클래스 java.lang. Object 로부터 상속된 메소드 |
---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait |
생성자 의 상세 |
---|
public ActivityCompletedException()
public ActivityCompletedException(String message)
message
- 상세 메세지public ActivityCompletedException(Throwable cause)
cause
- 체인 예외 타입 Throwable
public ActivityCompletedException(String message, Throwable cause)
message
- 상세 메세지cause
- 체인 예외 타입 Throwable
|
JavaTM Platform Standard Ed. 6 |
|||||||||
전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.