Liferay 6.1.2-ce-ga3

com.liferay.portlet.messageboards
Class MailingListOutUserNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.liferay.portal.kernel.exception.NestableException
              extended by com.liferay.portal.kernel.exception.PortalException
                  extended by com.liferay.portlet.messageboards.MailingListOutUserNameException
All Implemented Interfaces:
Serializable

public class MailingListOutUserNameException
extends PortalException

See Also:
Serialized Form

Constructor Summary
MailingListOutUserNameException()
           
MailingListOutUserNameException(String msg)
           
MailingListOutUserNameException(String msg, Throwable cause)
           
MailingListOutUserNameException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MailingListOutUserNameException

public MailingListOutUserNameException()

MailingListOutUserNameException

public MailingListOutUserNameException(String msg)

MailingListOutUserNameException

public MailingListOutUserNameException(String msg,
                                       Throwable cause)

MailingListOutUserNameException

public MailingListOutUserNameException(Throwable cause)

Liferay 6.1.2-ce-ga3