Class AccountCreationFailedException

  • All Implemented Interfaces:
    Serializable

    @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
    public class AccountCreationFailedException
    extends Exception
    Thrown if an account creation was attempted but failed due to invalid data being entered into a form.
    Author:
    Philipp Nowak
    See Also:
    Serialized Form
    • Constructor Detail

      • AccountCreationFailedException

        public AccountCreationFailedException​(String message)