Class EFormSubjectDN

  • All Implemented Interfaces:
    java.io.Serializable

    public class EFormSubjectDN
    extends EAuthException
    An exception for Error formulating the subject name (X500Name)
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EFormSubjectDN​(java.lang.String errorString)
      Constructs an Error on formulating the subject dn.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • EFormSubjectDN

        public EFormSubjectDN​(java.lang.String errorString)
        Constructs an Error on formulating the subject dn.
        Parameters:
        errorString - Detailed error message.