org.apache.pluto
Class PortletContainerRuntimeException

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

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

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