javax.portlet
Class PortletModeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.portlet.PortletException
              extended by javax.portlet.PortletModeException
All Implemented Interfaces:
java.io.Serializable

public class PortletModeException
extends PortletException

See Also:
Serialized Form

Constructor Summary
PortletModeException(java.lang.String text, PortletMode mode)
           
PortletModeException(java.lang.String text, java.lang.Throwable cause, PortletMode mode)
           
PortletModeException(java.lang.Throwable cause, PortletMode mode)
           
 
Method Summary
 PortletMode getMode()
           
 
Methods inherited from class javax.portlet.PortletException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortletModeException

public PortletModeException(java.lang.String text,
                            PortletMode mode)

PortletModeException

public PortletModeException(java.lang.String text,
                            java.lang.Throwable cause,
                            PortletMode mode)

PortletModeException

public PortletModeException(java.lang.Throwable cause,
                            PortletMode mode)
Method Detail

getMode

public PortletMode getMode()