kr.co.hit.live.web.mapper.action
Class ActionDelegatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by kr.co.hit.live.web.mapper.action.ActionDelegatorException
All Implemented Interfaces:
Serializable

public class ActionDelegatorException
extends Exception

Action Delegator에서 발생하는 Exception 정의.

Since:
4.0
Author:
김형도
See Also:
Serialized Form

Constructor Summary
ActionDelegatorException()
           아무런 인자도 갖지 않는 디폴트 ActionDelegatorException 컨스트럭터
ActionDelegatorException(String msg)
           String 타입의 msg 인자를 갖는 ActionDelegatorException 컨스트럭터
ActionDelegatorException(String msg, Throwable cause)
           String 타입의 msg 인자와 Throwable 타입의 cause 인자를 갖는 ActionDelegatorException 컨스트럭터
ActionDelegatorException(Throwable cause)
           Throwable 타입의 cause 인자를 갖는 ActionDelegatorException 컨스트럭터
 
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

ActionDelegatorException

public ActionDelegatorException()

아무런 인자도 갖지 않는 디폴트 ActionDelegatorException 컨스트럭터


ActionDelegatorException

public ActionDelegatorException(Throwable cause)

Throwable 타입의 cause 인자를 갖는 ActionDelegatorException 컨스트럭터

Parameters:
cause - 에러나 이벤트의 원인이 되는 Throwable 오브젝트

ActionDelegatorException

public ActionDelegatorException(String msg,
                                Throwable cause)

String 타입의 msg 인자와 Throwable 타입의 cause 인자를 갖는 ActionDelegatorException 컨스트럭터

Parameters:
msg - 발생된 에러나 이벤트를 나타내는 메시지 스트링
cause - 에러나 이벤트의 원인이 되는 Throwable 오브젝트

ActionDelegatorException

public ActionDelegatorException(String msg)

String 타입의 msg 인자를 갖는 ActionDelegatorException 컨스트럭터

Parameters:
msg - 발생된 에러나 이벤트를 나타내는 메시지 스트링


Copyright © 2014. All Rights Reserved.