xecure.exp
Class CannotExtractCertInfoException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--xecure.exp.CannotExtractCertInfoException

public class CannotExtractCertInfoException
extends java.lang.Exception

ÀÌ ¿¹¿Ü Ŭ·¡½º´Â XecureX509Cert object °¡ ¿Ã¹Ù·Î ±¸¼ºµÇÁö ¸øÇßÀ»¶§ ¹ß»ýµÈ´Ù. XecureX509Cert Constructor ¿¡¼­ ÆÄ¶ó¹ÌÅÍ·Î der ÆÄÀÏ Çü½ÄÀÇ ÀÎÁõ¼­°¡ Àü´ÞµÇ´Âµ¥ ÀÌ ÀÎÁõ¼­ ÆÄÀÏÀÇ parsingÀÌ À߸øµÇ¾úÀ» °æ¿ì ¹ß»ýÇÑ´Ù.

See Also:
Serialized Form

Constructor Summary
CannotExtractCertInfoException()
          Constructs a new CannotExtractCertInfoException.
CannotExtractCertInfoException(java.lang.String msg)
          Constructs a new CannotExtractCertInfoException with the specified descriptive message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CannotExtractCertInfoException

public CannotExtractCertInfoException(java.lang.String msg)
Constructs a new CannotExtractCertInfoException with the specified descriptive message.
Parameters:
msg - the string describing the exception

CannotExtractCertInfoException

public CannotExtractCertInfoException()
Constructs a new CannotExtractCertInfoException.