com.liferay.portal.exception
Class SendPasswordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.exception.SendPasswordException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- SendPasswordException.MustBeEnabled
public class SendPasswordException
- 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 |
SendPasswordException
@Deprecated
public SendPasswordException()
- Deprecated. As of 7.0.0, replaced by the inner classes
SendPasswordException
@Deprecated
public SendPasswordException(String msg,
Throwable cause)
- Deprecated. As of 7.0.0, replaced by the inner classes
SendPasswordException
@Deprecated
public SendPasswordException(Throwable cause)
- Deprecated. As of 7.0.0, replaced by the inner classes
SendPasswordException
protected SendPasswordException(String msg)