lumis.portlet
Class PortletException

Package class diagram package PortletException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by lumis.portal.PortalException
              extended by lumis.portlet.PortletException
All Implemented Interfaces:
Serializable

public class PortletException
extends PortalException

A PortalException that uses the lumis.portlet.strings as default resource.

Since:
4.0.7
See Also:
Serialized Form

Field Summary
 
Fields inherited from class lumis.portal.PortalException
resources
 
Constructor Summary
PortletException(String arg0)
           
PortletException(String arg0, Exception innerException)
           
PortletException(String arg0, IResource resource)
           
PortletException(String arg0, IResource resource, Exception innerException)
           
PortletException(String arg0, List<IResource> resources)
           
PortletException(String arg0, List<IResource> resources, Exception innerException)
           
 
Method Summary
 
Methods inherited from class lumis.portal.PortalException
getLocalizedMessage, getLocalizedMessage, getResources, logExceptionCreation, toString, toXmlString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortletException

public PortletException(String arg0,
                        Exception innerException)

PortletException

public PortletException(String arg0,
                        IResource resource,
                        Exception innerException)

PortletException

public PortletException(String arg0,
                        IResource resource)

PortletException

public PortletException(String arg0,
                        List<IResource> resources,
                        Exception innerException)

PortletException

public PortletException(String arg0,
                        List<IResource> resources)

PortletException

public PortletException(String arg0)


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.