Class X509ExtensionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class X509ExtensionException
    extends java.security.GeneralSecurityException
    X.509 Extension Exception.
    Author:
    Hemma Prafullchandra 1.2
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      X509ExtensionException()
      Constructs an X509ExtensionException with no detail message.
      X509ExtensionException​(java.lang.String message)
      Constructs the exception with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • X509ExtensionException

        public X509ExtensionException()
        Constructs an X509ExtensionException with no detail message. A detail message is a String that describes this particular exception.
      • X509ExtensionException

        public X509ExtensionException​(java.lang.String message)
        Constructs the exception with the specified detail message. A detail message is a String that describes this particular exception.
        Parameters:
        message - the detail message.