Liferay 6.1.2-ce-ga3

com.liferay.portal
Class PortletActiveException

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.portal.PortletActiveException
All Implemented Interfaces:
Serializable

public class PortletActiveException
extends PortalException

See Also:
Serialized Form

Constructor Summary
PortletActiveException()
           
PortletActiveException(String msg)
           
PortletActiveException(String msg, Throwable cause)
           
PortletActiveException(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

PortletActiveException

public PortletActiveException()

PortletActiveException

public PortletActiveException(String msg)

PortletActiveException

public PortletActiveException(String msg,
                              Throwable cause)

PortletActiveException

public PortletActiveException(Throwable cause)

Liferay 6.1.2-ce-ga3