Class UserScreenNameException.MustProduceValidFriendlyURL
Object
Throwable
Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.UserScreenNameException
com.liferay.portal.kernel.exception.UserScreenNameException.MustProduceValidFriendlyURL
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UserScreenNameException
public static class UserScreenNameException.MustProduceValidFriendlyURL
extends UserScreenNameException
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.liferay.portal.kernel.exception.UserScreenNameException
UserScreenNameException.MustNotBeDuplicate, UserScreenNameException.MustNotBeNull, UserScreenNameException.MustNotBeNumeric, UserScreenNameException.MustNotBeReserved, UserScreenNameException.MustNotBeReservedForAnonymous, UserScreenNameException.MustNotBeUsedByGroup, UserScreenNameException.MustProduceValidFriendlyURL, UserScreenNameException.MustValidate
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMustProduceValidFriendlyURL
(long userId, String screenName, int exceptionType) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
exceptionType
public final int exceptionType -
screenName
-
userId
public final long userId
-
-
Constructor Details
-
MustProduceValidFriendlyURL
-