ProxyPortletManagerException Class

com.bea.wsrp.consumer.management.portlet
ProxyPortletManagerException Class

public class ProxyPortletManagerException

    extends Exception

A generic exception for the RemotePortletManager.


Hierarchy
Object
  Throwable
    Exception
      ProxyPortletManagerException
All Implemented Interfaces

Serializable

Constructor Summary

ProxyPortletManagerException(String message, Throwable cause)

ProxyPortletManagerException(String message)

ProxyPortletManagerException(Throwable cause)

 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

ProxyPortletManagerException

public ProxyPortletManagerException(String message, 
                                    Throwable cause)

ProxyPortletManagerException

public ProxyPortletManagerException(String message)

ProxyPortletManagerException

public ProxyPortletManagerException(Throwable cause)