org.apache.pluto
Class PortletContainerRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.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

Constructor Summary
PortletContainerRuntimeException()
           
PortletContainerRuntimeException(java.lang.String message)
           
PortletContainerRuntimeException(java.lang.String message, java.lang.Throwable cause)
           
PortletContainerRuntimeException(java.lang.Throwable cause)
           
 
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

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-2008 Apache Software Foundation. All Rights Reserved.