Novell exteNd
Director 5.2 API

com.novell.afw.portal.exception
Class EboModeChangeException

java.lang.Object
 |
 +--java.lang.Throwable
       |
       +--java.lang.Exception
             |
             +--com.novell.afw.portal.exception.EboModeChangeException
All Implemented Interfaces:
Serializable

public class EboModeChangeException
extends Exception

Thrown when the portal detects an invalid mode is set on a portlet

Since:
v5.0
See Also:
Serialized Form

Constructor Summary
EboModeChangeException(String mode)
          Constructor that specifies the mode of the portlet.
 
Method Summary
 String getMode()
          Returns the mode that failed to get set
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EboModeChangeException

public EboModeChangeException(String mode)
Constructor that specifies the mode of the portlet.
Parameters:
mode - the mode which is not supported by the portlet
Since:
v5.0
Method Detail

getMode

public String getMode()
Returns the mode that failed to get set
Returns:
the mode which is not supported
Since:
v5.0

Novell exteNd
Director 5.2 API