org.apache.pluto
Class PortletContainerRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.pluto.PortletContainerRuntimeException
- All Implemented Interfaces:
- java.io.Serializable
public class PortletContainerRuntimeException
- extends java.lang.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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PortletContainerRuntimeException
public PortletContainerRuntimeException()
PortletContainerRuntimeException
public PortletContainerRuntimeException(java.lang.String message)
PortletContainerRuntimeException
public PortletContainerRuntimeException(java.lang.String message,
java.lang.Throwable cause)
PortletContainerRuntimeException
public PortletContainerRuntimeException(java.lang.Throwable cause)
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.