Package org.xwiki.container.portlet
Class PortletContainerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xwiki.container.portlet.PortletContainerException
-
- All Implemented Interfaces:
Serializable
public class PortletContainerException extends Exception
Thrown when initialization of a portlet container fails.- Version:
- $Id: 906dce345e91ed025e8d37c1020a3b793829329c $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PortletContainerException(String message)
Create newPortletContainerException
.PortletContainerException(String message, Throwable throwable)
Create newPortletContainerException
.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PortletContainerException
public PortletContainerException(String message)
Create newPortletContainerException
.- Parameters:
message
- the detail message
-
PortletContainerException
public PortletContainerException(String message, Throwable throwable)
Create newPortletContainerException
.- Parameters:
message
- the detail messagethrowable
- the exception cause
-
-