org.apache.pluto
Class PortletContainerRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.pluto.PortletContainerRuntimeException
- All Implemented Interfaces:
- Serializable
public class PortletContainerRuntimeException
- extends RuntimeException
Runtime exception thrown when an unexpected condition is encountered.
- Version:
- 1.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PortletContainerRuntimeException
public PortletContainerRuntimeException()
PortletContainerRuntimeException
public PortletContainerRuntimeException(String message)
PortletContainerRuntimeException
public PortletContainerRuntimeException(String message,
Throwable cause)
PortletContainerRuntimeException
public PortletContainerRuntimeException(Throwable cause)
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.