com.liferay.portal
Class DuplicateUserScreenNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.DuplicateUserScreenNameException
- All Implemented Interfaces:
- Serializable
Deprecated. As of 7.0.0, replaced by UserScreenNameException.MustNotBeDuplicate
@Deprecated
public class DuplicateUserScreenNameException
- extends PortalException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DuplicateUserScreenNameException
public DuplicateUserScreenNameException()
- Deprecated.
DuplicateUserScreenNameException
public DuplicateUserScreenNameException(String msg)
- Deprecated.
DuplicateUserScreenNameException
public DuplicateUserScreenNameException(String msg,
Throwable cause)
- Deprecated.
DuplicateUserScreenNameException
public DuplicateUserScreenNameException(Throwable cause)
- Deprecated.