xecure.crypto
Class InvalidCertificateFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byxecure.crypto.InvalidCertificateFormatException
All Implemented Interfaces:
java.io.Serializable

public class InvalidCertificateFormatException
extends java.lang.Exception

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

See Also:
Serialized Form

Constructor Summary
InvalidCertificateFormatException()
          Constructs a new InvalidCertificateFormatException.
InvalidCertificateFormatException(java.lang.String msg)
          Constructs a new InvalidCertificateFormatException with the specified descriptive message.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidCertificateFormatException

public InvalidCertificateFormatException(java.lang.String msg)
Constructs a new InvalidCertificateFormatException with the specified descriptive message.

Parameters:
msg - the string describing the exception

InvalidCertificateFormatException

public InvalidCertificateFormatException()
Constructs a new InvalidCertificateFormatException.