Class GeneralNamesException

  • All Implemented Interfaces:
    java.io.Serializable

    public class GeneralNamesException
    extends java.security.GeneralSecurityException
    Generic General Names Exception.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GeneralNamesException()
      Constructs a GeneralNamesException with no detail message.
      GeneralNamesException​(java.lang.String message)
      Constructs the exception with the specified error 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

      • GeneralNamesException

        public GeneralNamesException()
        Constructs a GeneralNamesException with no detail message.
      • GeneralNamesException

        public GeneralNamesException​(java.lang.String message)
        Constructs the exception with the specified error message.
        Parameters:
        message - the requisite error message.