Class LdapUnwillingToPerformException

    • Constructor Detail

      • LdapUnwillingToPerformException

        public LdapUnwillingToPerformException()
        Creates a new instance of LdapUnwillingToPerformException, with a default ResultCode to UNWILING_TO_PERFORM.
      • LdapUnwillingToPerformException

        public LdapUnwillingToPerformException​(ResultCodeEnum resultCode,
                                               String message)
        Creates a new instance of LdapUnwillingToPerformException.
        Parameters:
        resultCode - the ResultCodeEnum for this exception
        message - The exception message
      • LdapUnwillingToPerformException

        public LdapUnwillingToPerformException​(String message)
        Creates a new instance of LdapUnwillingToPerformException.
        Parameters:
        message - The exception message
      • LdapUnwillingToPerformException

        public LdapUnwillingToPerformException​(ResultCodeEnum resultCode)
        Creates a new instance of LdapUnwillingToPerformException.
        Parameters:
        resultCode - the ResultCodeEnum for this exception