JavaTM 2 Platform
Standard Ed. 5.0

java.security.cert
Ŭ·¡½º CertStoreException

java.lang.Object 
  »óÀ§¸¦ È®Àå java.lang.Throwable 
      »óÀ§¸¦ È®Àå java.lang.Exception 
          »óÀ§¸¦ È®Àå java.security.GeneralSecurityException 
              »óÀ§¸¦ È®Àå java.security.cert.CertStoreException
¸ðµç ±¸ÇöµÈ ÀÎÅÍÆäÀ̽º:
Serializable

public class CertStoreException
extends GeneralSecurityException

CertStore·Î ºÎÅÍ ÀÎÁõ¼­¿Í CRL¸¦ ÃëµæÇÒ ¶§ÀÇ ´Ù¾çÇÑ ¹®Á¦ÀÇ 1°³¸¦ ³ªÅ¸³»´Â ¿¹¿ÜÀÔ´Ï´Ù.

CertStoreException¿¡ ¼­´Â ·¦ ÇÏ°í ÀÖ´Â ¿¹¿Ü¸¦ Áö¿ø ÇÏ°í ÀÖ½À´Ï´Ù. getCause ¸Þ¼­µå´Â ÀÌ ¿¹¿Ü°¡ ¹ß»ýµÇ´Â ¿øÀÎÀÌ µÇ´Â Throw °¡´É °´Ã¼¸¦ ¸®ÅÏÇÕ´Ï´Ù (Á¸ÀçÇÏ´Â °æ¿ì).

º´Çà ¾×¼¼½º

Ưº°È÷ °ÅÀýÇÏÁö ¾Ê´Â ÇÑ, ÀÌ Å¬·¡½º¿¡¼­ Á¤Àǵǰí ÀÖ´Â ¸Þ¼­µå´Â thread¿¡ ´ëÇؼ­ ¾ÈÀüÇÏÁö´Â ¾Ê½À´Ï´Ù. ´ÜÀÏÀÇ °´Ã¼¿¡ º´Çà ¾×¼¼½º ÇÒ ÇÊ¿ä°¡ ÀÖ´Â º¹¼ö thread´Â thread°£¿¡ µ¿±â¸¦ Àâ¾Æ, ÇÊ¿ä¿¡ µû¶ó¼­ Àá±×Áö ¾ÊÀ¸¸é ¾ÈµË´Ï´Ù. ´Ù¸¥ °´Ã¼¸¦ Á¶ÀÛÇÏ´Â º¹¼ö thread¿¡¼­´Â µ¿±â¸¦ ÀâÀ» ÇÊ¿ä´Â ¾ø½À´Ï´Ù.

µµÀÔµÈ ¹öÀü :
1.4
°ü·Ã Ç׸ñ:
CertStore, Á÷·ÄÈ­ µÈ Çü½Ä

»ý¼ºÀÚ °³¿ä
CertStoreException ()
          »ó¼¼ ¸Þ¼¼Áö·Î¼­ nullÀ» ÁöÁ¤ÇØ CertStoreExceptionÀ» ÀÛ¼ºÇÕ´Ï´Ù.
CertStoreException (String  msg)
          ÁöÁ¤µÈ »ó¼¼ ¸Þ¼¼Áö¸¦ °¡Áö´Â CertStoreExceptionÀ» ÀÛ¼ºÇÕ´Ï´Ù.
CertStoreException (String  msg, Throwable  cause)
          ÁöÁ¤ÇÑ »ó¼¼ ¸Þ¼¼Áö¿Í ¿øÀÎÀ» °¡Áö´Â CertStoreExceptionÀ» ÀÛ¼ºÇÕ´Ï´Ù.
CertStoreException (Throwable  cause)
          ÁöÁ¤ÇÑ Throw °¡´ÉÇÑ °´Ã¼¸¦°¨½Î´Â CertStoreExceptionÀ» ÀÛ¼ºÇÕ´Ï´Ù.
 
¸Þ¼­µå °³¿ä
 
Ŭ·¡½º java.lang. Throwable ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼­µå
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Ŭ·¡½º java.lang. Object ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼­µå
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

»ý¼ºÀÚ »ó¼¼

CertStoreException

public CertStoreException()
»ó¼¼ ¸Þ¼¼Áö·Î¼­ nullÀ» ÁöÁ¤ÇØ CertStoreExceptionÀ» ÀÛ¼ºÇÕ´Ï´Ù.


CertStoreException

public CertStoreException(String  msg)
ÁöÁ¤µÈ »ó¼¼ ¸Þ¼¼Áö¸¦ °¡Áö´Â CertStoreExceptionÀ» ÀÛ¼ºÇÕ´Ï´Ù. »ó¼¼ ¸Þ¼¼Áö¶õ ÀÌ ¿¹¿Ü¸¦ ±â¼úÇÏ´Â String ÀÔ´Ï´Ù.

ÆĶó¹ÌÅÍ:
msg - »ó¼¼ ¸Þ¼¼Áö

CertStoreException

public CertStoreException(Throwable  cause)
ÁöÁ¤ÇÑ Throw °¡´ÉÇÑ °´Ã¼¸¦°¨½Î´Â CertStoreExceptionÀ» ÀÛ¼ºÇÕ´Ï´Ù. ÀÌ°Í¿¡ ÀÇÇØ ¾î¶² ¿¹¿Ü¶óµµ, µð¹ö±×½Ã¿¡ µµ¿òÀÌ µÇ´Â ¿øÀο¡ °üÇÑ Á¤º¸¸¦ º¸°ü À¯ÁöÇϸ鼭, CertStoreException·Î º¯È¯ÇÒ ¼ö ÀÖ½À´Ï´Ù. »ó¼¼ ¸Þ¼¼Áö´Â ¡¸(cause==null ? null : cause.toString() )¡¹·Î ¼³Á¤µÇ¾î º¸Åë, ¿øÀÎÀÌ µÈ Ŭ·¡½º¿Í »ó¼¼ ¸Þ¼¼Áö°¡ Æ÷ÇԵ˴ϴÙ.

ÆĶó¹ÌÅÍ:
cause - ¿øÀÎ (³ªÁß¿¡ getCause() ¸Þ¼­µå·Î ÃëµæÇϱâ À§Çؼ­ º¸Á¸µÈ´Ù). null°ªÀÌ Çã°¡µÇ°í ÀÖ¾î ¿øÀÎÀÌ Á¸ÀçÇÏÁö ¾Ê´Â°¡ ºÒ¸íÇÑ °ÍÀ» ³ªÅ¸³½´Ù

CertStoreException

public CertStoreException(String  msg,
                          Throwable  cause)
ÁöÁ¤ÇÑ »ó¼¼ ¸Þ¼¼Áö¿Í ¿øÀÎÀ» °¡Áö´Â CertStoreExceptionÀ» ÀÛ¼ºÇÕ´Ï´Ù.

ÆĶó¹ÌÅÍ:
msg - »ó¼¼ ¸Þ¼¼Áö
cause - ¿øÀÎ (³ªÁß¿¡ getCause() ¸Þ¼­µå·Î ÃëµæÇϱâ À§Çؼ­ º¸Á¸µÈ´Ù). null°ªÀÌ Çã°¡µÇ°í ÀÖ¾î ¿øÀÎÀÌ Á¸ÀçÇÏÁö ¾Ê´Â°¡ ºÒ¸íÇÑ °ÍÀ» ³ªÅ¸³½´Ù

JavaTM 2 Platform
Standard Ed. 5.0

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