org.apache.jetspeed.components.portletentity
Class PortletEntityNotGeneratedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.jetspeed.components.portletentity.PortletEntityNotGeneratedException
All Implemented Interfaces:
Serializable

public class PortletEntityNotGeneratedException
extends Exception

Version:
$Id: PortletEntityNotGeneratedException.java 187289 2004-08-18 01:17:31Z taylor $
Author:
Scott T. Weaver
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
PortletEntityNotGeneratedException()
           
PortletEntityNotGeneratedException(String arg0)
           
PortletEntityNotGeneratedException(String arg0, Throwable arg1)
           
PortletEntityNotGeneratedException(Throwable arg0)
           
 
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

PortletEntityNotGeneratedException

public PortletEntityNotGeneratedException()

PortletEntityNotGeneratedException

public PortletEntityNotGeneratedException(String arg0)
Parameters:
arg0 -

PortletEntityNotGeneratedException

public PortletEntityNotGeneratedException(Throwable arg0)
Parameters:
arg0 -

PortletEntityNotGeneratedException

public PortletEntityNotGeneratedException(String arg0,
                                          Throwable arg1)
Parameters:
arg0 -
arg1 -


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.