org.exoplatform.services.portletcontainer
Class PortletProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exoplatform.services.portletcontainer.PortletContainerException
              extended by org.exoplatform.services.portletcontainer.PortletProcessingException
All Implemented Interfaces:
Serializable

public class PortletProcessingException
extends PortletContainerException

Created by The eXo Platform SAS .

Version:
$Id: $
Author:
Roman Pedchenko
See Also:
Serialized Form

Constructor Summary
PortletProcessingException(String message)
           
PortletProcessingException(String message, Throwable cause)
           
PortletProcessingException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortletProcessingException

public PortletProcessingException(Throwable cause)
Parameters:
cause -

PortletProcessingException

public PortletProcessingException(String message)
Parameters:
message -

PortletProcessingException

public PortletProcessingException(String message,
                                  Throwable cause)
Parameters:
message -
cause -


Copyright © 2009 eXo Platform SAS. All Rights Reserved.