javax.transaction
Ŭ·¡½º SystemException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.transaction.SystemException
¸ðµç ½ÇÀå ÀÎÅÍÆäÀ̽º:
java.io.Serializable

public class SystemException
extends java.lang.Exception

SystemException ´Â, Æ®·£Àè¼Ç(transaction) ¸Å´ÏÀú¿¡ ÀÇÇØ ½½·Î¿ì µÇ¾î Æ®·£Àè¼Ç(transaction) ¼­ºñ½ºÀÇ Ã³¸®¸¦ ´õ ÀÌ»ó ¼ÓÇàÇÒ ¼ö ¾ø´Â °Í °°Àº ¿¹»ó¿ÜÀÇ ¿¡·¯ »óŰ¡ °ËÃâµÈ °ÍÀ» ³ªÅ¸³À´Ï´Ù.

°ü·Ã Ç׸ñ:
Á÷·ÄÈ­ µÈ Çü½Ä

ÇʵåÀÇ °³¿ä
 int errorCode
          SystemException ÀÇ ÀÛ¼º¿¡ »ç¿ëµÇ´Â ¿¡·¯ ÄÚµåÀÔ´Ï´Ù.
 
constructor¡¡ ¡¡ ÀÇ °³¿ä
SystemException ()
           
SystemException (int errcode)
          ÁöÁ¤µÈ ¿¡·¯ Äڵ带 »ç¿ëÇØ SystemException ¸¦ ÀÛ¼ºÇÕ´Ï´Ù.
SystemException (java.lang.String s)
          ÁöÁ¤µÈ ij¸¯ÅÍ ¶óÀÎÀ» »ç¿ëÇØ SystemException ¸¦ ÀÛ¼ºÇÕ´Ï´Ù.
 
Ŭ·¡½º java.lang.Throwable ·ÎºÎÅÍ °è½ÂÇÑ ¸Þ¼Òµå
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Ŭ·¡½º java.lang.Object ·ÎºÎÅÍ °è½ÂÇÑ ¸Þ¼Òµå
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

ÇʵåÀÇ »ó¼¼

errorCode

public int errorCode
SystemException ÀÇ ÀÛ¼º¿¡ »ç¿ëµÇ´Â ¿¡·¯ ÄÚµåÀÔ´Ï´Ù.
constructor¡¡ ¡¡ ÀÇ »ó¼¼

SystemException

public SystemException()

SystemException

public SystemException(java.lang.String s)
ÁöÁ¤µÈ ij¸¯ÅÍ ¶óÀÎÀ» »ç¿ëÇØ SystemException ¸¦ ÀÛ¼ºÇÕ´Ï´Ù.
ÆÄ¶ó¹ÌÅÍ:
s - ¿¹¿ÜÀÇ Ä³¸¯ÅÍ ¶óÀÎ ¸Þ¼¼Áö

SystemException

public SystemException(int errcode)
ÁöÁ¤µÈ ¿¡·¯ Äڵ带 »ç¿ëÇØ SystemException ¸¦ ÀÛ¼ºÇÕ´Ï´Ù.
ÆÄ¶ó¹ÌÅÍ:
errcode - ¿¹¿ÜÀÇ ¿¡·¯ ÄÚµå


Copyright 2002 Sun Microsystems, Inc. All rights reserved.
»ç¿ë¿¡´Â»ç¿ë Çã¶ô °è¾àÀÌ Àû¿ëµË´Ï´Ù.