kr.co.hit.live.web.flex.io.amf
Class AmfMessageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by kr.co.hit.live.web.flex.io.amf.AmfMessageException
All Implemented Interfaces:
Serializable

public class AmfMessageException
extends RuntimeException

AmfMessage 처리와 관련된 예외 상황을 다루기 위한 Exception 클래스이다.

Author:
김형도
See Also:
Serialized Form

Constructor Summary
AmfMessageException(String msg)
           
AmfMessageException(String msg, Throwable cause)
           
AmfMessageException(Throwable cause)
           
 
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

AmfMessageException

public AmfMessageException(String msg)

AmfMessageException

public AmfMessageException(Throwable cause)

AmfMessageException

public AmfMessageException(String msg,
                           Throwable cause)


Copyright © 2014. All Rights Reserved.