org.exoplatform.frameworks.portletcontainer.portalframework
Class PortletNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exoplatform.frameworks.portletcontainer.portalframework.PortletNotFoundException
All Implemented Interfaces:
Serializable

public class PortletNotFoundException
extends Exception

Created by The eXo Platform SAS .

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

Constructor Summary
PortletNotFoundException()
          Default constructor.
PortletNotFoundException(String msg)
           
PortletNotFoundException(String msg, Throwable cause)
           
PortletNotFoundException(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

PortletNotFoundException

public PortletNotFoundException()
Default constructor.


PortletNotFoundException

public PortletNotFoundException(String msg)
Parameters:
msg -

PortletNotFoundException

public PortletNotFoundException(Throwable cause)
Parameters:
cause -

PortletNotFoundException

public PortletNotFoundException(String msg,
                                Throwable cause)
Parameters:
msg -
cause -


Copyright © 2009 eXo Platform SAS. All Rights Reserved.