Package lumis.portlet
Class PortletException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- lumis.portal.PortalException
-
- lumis.portlet.PortletException
-
- All Implemented Interfaces:
Serializable
public class PortletException extends PortalException
APortalException
that uses the lumis.portlet.strings as default resource.- Since:
- 4.0.7
- Version:
- $Revision: 4963 $ $Date: 2006-11-03 14:45:45 -0300 (Fri, 03 Nov 2006) $
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class lumis.portal.PortalException
resources
-
-
Constructor Summary
Constructors Constructor Description PortletException(String arg0)
PortletException(String arg0, Exception innerException)
PortletException(String arg0, List<IResource> resources)
PortletException(String arg0, List<IResource> resources, Exception innerException)
PortletException(String arg0, IResource resource)
PortletException(String arg0, IResource resource, Exception innerException)
-
Method Summary
-
Methods inherited from class lumis.portal.PortalException
getLocalizedMessage, getLocalizedMessage, getResources, logExceptionCreation, toString, toXmlString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-