Class AccountCreationFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
hudson.security.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:
  • Constructor Details

    • AccountCreationFailedException

      public AccountCreationFailedException(String message)