Library:Portlet API
Version:1.0
Compatibility:JDK 1.4
Exceptions in library Portlet API.
NamePackageDescription
PortletExceptionjavax.portletThe PortletException class defines a general exception that a portlet can throw when it is unable to perform its operation successfully.
PortletModeExceptionjavax.portletThe PortletModeException is thrown when a portlet tries to use or set a portlet mode that is not supported by the current runtime environment or the portlet.
PortletSecurityExceptionjavax.portletA portlet should throw a PortletSecurityException when a call fails because of security reasons.
Additionally it can be thrown by the portal/portlet-container.
ReadOnlyExceptionjavax.portletThe ReadOnlyException is thrown when a portlet tries to change the value for a read-only preference attribute.
UnavailableExceptionjavax.portletThe portlet should throw the UnavailableException when the portlet is either temporarily or permanently unavailable to handle requests.
ValidatorExceptionjavax.portletThe ValidatorException is thrown by the validate method of a PreferencesValidator when the validation of a preference failed.
WindowStateExceptionjavax.portletThe WindowStateException is thrown when a portlet tries to use a window state that is not supported by the current runtime environment or the portlet.
Search