org.exoplatform.services.portletcontainer
Class PortletContainerException

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

public class PortletContainerException
extends Exception

Created by the Exo Development team. Author : Mestrallet Benjamin benjmestrallet@users.sourceforge.net Date: 10 nov. 2003 Time: 09:44:59

See Also:
Serialized Form

Constructor Summary
PortletContainerException(String message)
           
PortletContainerException(String message, Throwable cause)
           
PortletContainerException(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

PortletContainerException

public PortletContainerException(Throwable cause)
Parameters:
cause - cause

PortletContainerException

public PortletContainerException(String message)
Parameters:
message - message

PortletContainerException

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


Copyright © 2009 eXo Platform SAS. All Rights Reserved.