Package hudson.security
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccountCreationFailedException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AccountCreationFailedException
public AccountCreationFailedException(String message)
-
-