|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.management.JMRuntimeException
javax.management.RuntimeOperationsException
public class RuntimeOperationsException
MBean 로 오퍼레이션의 실행시에 에이전트내에서 throw 되는 실행시 예외를 나타냅니다. 실제로 throw 되는 java.lang.RuntimeException
를 랩 합니다.
생성자 의 개요 | |
---|---|
RuntimeOperationsException (RuntimeException e)
실제의 java.lang.RuntimeException 를 랩 하는 RuntimeOperationsException 를 작성합니다. |
|
RuntimeOperationsException (RuntimeException e,
String message)
실제의 java.lang.RuntimeException 와 상세 메세지를 랩 하는 RuntimeOperationsException 를 작성합니다. |
메소드의 개요 | |
---|---|
Throwable |
getCause ()
실제로 throw 되는 RuntimeException 를 돌려줍니다. |
RuntimeException |
getTargetException ()
실제로 throw 되는 RuntimeException 를 돌려줍니다. |
클래스 java.lang. Throwable 로부터 상속된 메소드 |
---|
fillInStackTrace , getLocalizedMessage , getMessage , getStackTrace , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString |
클래스 java.lang. Object 로부터 상속된 메소드 |
---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait |
생성자 의 상세 |
---|
public RuntimeOperationsException(RuntimeException e)
java.lang.RuntimeException
를 랩 하는 RuntimeOperationsException
를 작성합니다.
e
- 랩 된 예외public RuntimeOperationsException(RuntimeException e, String message)
java.lang.RuntimeException
와 상세 메세지를 랩 하는 RuntimeOperationsException
를 작성합니다.
e
- 랩 된 예외message
- 상세 메세지메소드의 상세 |
---|
public RuntimeException getTargetException()
RuntimeException
를 돌려줍니다.
RuntimeException
public Throwable getCause()
RuntimeException
를 돌려줍니다.
Throwable
내의 getCause
RuntimeException
|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.