|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
kr.co.hit.live.locator.ServiceLocatorException
public class ServiceLocatorException
ServiceLocator 클래스에서 발생되는 에러와 이벤트에 대한 정보를 전달하기 위한
Exception 클래스
| Constructor Summary | |
|---|---|
ServiceLocatorException()
아무런 인자도 갖지 않는 디폴트 ServiceLocatorException 컨스트럭터
|
|
ServiceLocatorException(String msg)
String 타입의 msg 인자를 갖는 ServiceLocatorException 컨스트럭터
|
|
ServiceLocatorException(String msg,
Throwable cause)
String 타입의 msg 인자와 Throwable 타입의 cause 인자를
갖는 ServiceLocatorException 컨스트럭터
|
|
ServiceLocatorException(Throwable cause)
Throwable 타입의 cause 인자를 갖는 ServiceLocatorException 컨스트럭터
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceLocatorException()
아무런 인자도 갖지 않는 디폴트 ServiceLocatorException 컨스트럭터
public ServiceLocatorException(String msg)
String 타입의 msg 인자를 갖는 ServiceLocatorException 컨스트럭터
msg - 발생된 에러나 이벤트를 나타내는 메시지 스트링public ServiceLocatorException(Throwable cause)
Throwable 타입의 cause 인자를 갖는 ServiceLocatorException 컨스트럭터
cause - 에러나 이벤트의 원인이 되는 Exception 오브젝트
public ServiceLocatorException(String msg,
Throwable cause)
String 타입의 msg 인자와 Throwable 타입의 cause 인자를
갖는 ServiceLocatorException 컨스트럭터
msg - 발생된 에러나 이벤트를 나타내는 메시지 스트링cause - 에러나 이벤트의 원인이 되는 Exception 오브젝트
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||