JavaTM 2 Platform
Standard Ed. 5.0

org.omg.CORBA.portable
Ŭ·¡½º IndirectionException

java.lang.Object 
  »óÀ§¸¦ È®Àå java.lang.Throwable 
      »óÀ§¸¦ È®Àå java.lang.Exception 
          »óÀ§¸¦ È®Àå java.lang.RuntimeException 
              »óÀ§¸¦ È®Àå org.omg.CORBA.SystemException 
                  »óÀ§¸¦ È®Àå org.omg.CORBA.portable.IndirectionException
¸ðµç ±¸ÇöµÈ ÀÎÅÍÆäÀ̽º:
Serializable

public class IndirectionException
extends SystemException

°£Á¢ ÂüÁ¶ÀÇ ¿¹¿Ü´Â Java °íÀ¯ÀÇ ½Ã½ºÅÛ ¿¹¿ÜÀÔ´Ï´Ù. ºñÁ¤·ÄÈ­ÀÇ Ã³¸®ÁßÀÇ °£Á¢ ÂüÁ¶·Î¼­ encode µÈ °ªÀ» ºñÁ¤·ÄÈ­Çϱâ À§Çؼ­ ORB ÀÔ·Â ½ºÆ®¸²ÀÌ ºÒ·Á °¬À» °æ¿ì¿¡ ¹ß»ý µË´Ï´Ù. ÀÌ°ÍÀº ORB ÀÔ·Â ½ºÆ®¸²ÀÌ ValueHandler¸¦ È£ÃâÇØ, »óÅ¿¡ ±× °ªÀÚü¿¡ÀÇ À纹±ÍÀûÀÎ ÂüÁ¶¸¦ Æ÷ÇÔÇÑ RMI Ä¡¸¦ ºñÁ¤·ÄÈ­ÇÏ´Â °æ¿ì¿¡ ¹ß»ýÇÏ´Â ÀÏÀÌ ÀÖ½À´Ï´Ù. Åé ·¹º§ÀÇ ValueHandler.read_value()ÀÇ È£ÃâÀÌ ¾ÆÁ÷ °ªÀ» µ¹·ÁÁÖÁö ¾Ê±â ¶§¹®¿¡ ORB ÀÔ·Â ½ºÆ®¸²ÀÇ °£Á¢ ÂüÁ¶ Å×À̺íÀº °£Á¢ ÂüÁ¶ ű׷ΠÁöÁ¤µÈ ½ºÆ®¸² ÁÂÇ¥¸¦ °¡Áö´Â °´Ã¼ÀÇ ¿£Æ®¸®¸¦ Æ÷ÇÔÇÏ°í ÀÖ½À´Ï´Ù. ½ºÆ®¸² ÁÂÇ¥´Â ¿¹¿ÜÀÇ ÁÂÇ¥ Çʵ忡¼­ ¸®Åϵ˴ϴ٠.

°ü·Ã Ç׸ñ:
InputStream, OutputStream

ÇÊµå °³¿ä
 int offset
          ½ºÆ®¸²ÀÇ ÁÂÇ¥¸¦ ³ªÅ¸³À´Ï´Ù.
 
Ŭ·¡½º org.omg.CORBA. SystemException ·ÎºÎÅÍ »ó¼ÓµÈ Çʵå
completed, minor
 
»ý¼ºÀÚ °³¿ä
IndirectionException (int offset)
          ¿Ã¹Ù¸¥ ÁÂǥġ·Î IndirectionExceptionÀ» ÀÛ¼ºÇÕ´Ï´Ù.
 
¸Þ¼­µå °³¿ä
 
Ŭ·¡½º org.omg.CORBA. SystemException ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼­µå
toString
 
Ŭ·¡½º java.lang. Throwable ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼­µå
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Ŭ·¡½º java.lang. Object ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼­µå
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

ÇʵåÀÇ »ó¼¼

offset

public int offset
½ºÆ®¸²ÀÇ ÁÂÇ¥¸¦ ³ªÅ¸³À´Ï´Ù.

»ý¼ºÀÚ »ó¼¼

IndirectionException

public IndirectionException(int offset)
¿Ã¹Ù¸¥ ÁÂǥġ·Î IndirectionExceptionÀ» ÀÛ¼ºÇÕ´Ï´Ù. ½ºÆ®¸² ÁÂÇ¥´Â ¿¹¿ÜÀÇ ÁÂÇ¥ Çʵ忡¼­ ¸®Åϵ˴ϴ٠. ÀÌ ¿¹¿Ü´Â ½ºÆ®¸²ÀÇ Àç±ÍÀûÀ¸·Î Á¤ÀÇµÈ °ªÀÇ readÁß¿¡ ÀÛ¼ºµÇ°í ¹ß»ý µË´Ï´Ù.

ÆĶó¹ÌÅÍ:
offset - Àç±Í°¡ °ËÃâµÇ´Â ½ºÆ®¸² ÁÂÇ¥

JavaTM 2 Platform
Standard Ed. 5.0

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.