You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by we...@apache.org on 2004/06/10 22:07:49 UTC

cvs commit: jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/components/portletentity PortletEntityNotGeneratedException.java

weaver      2004/06/10 13:07:49

  Added:       jetspeed-api/src/java/org/apache/jetspeed/components/portletentity
                        PortletEntityNotGeneratedException.java
  Log:
  no exception
  
  Revision  Changes    Path
  1.1                  jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/components/portletentity/PortletEntityNotGeneratedException.java
  
  Index: PortletEntityNotGeneratedException.java
  ===================================================================
  /*
   * Created on Jun 10, 2004
   *
   * TODO To change the template for this generated file go to
   * Window - Preferences - Java - Code Generation - Code and Comments
   */
  package org.apache.jetspeed.components.portletentity;
  
  import org.apache.commons.lang.exception.NestableException;
  
  /**
   * @author scott
   *
   * TODO To change the template for this generated type comment go to
   * Window - Preferences - Java - Code Generation - Code and Comments
   */
  public class PortletEntityNotGeneratedException extends NestableException
  {
  
      /**
       * 
       */
      public PortletEntityNotGeneratedException()
      {
          super();
          // TODO Auto-generated constructor stub
      }
  
      /**
       * @param arg0
       */
      public PortletEntityNotGeneratedException( String arg0 )
      {
          super(arg0);
          // TODO Auto-generated constructor stub
      }
  
      /**
       * @param arg0
       */
      public PortletEntityNotGeneratedException( Throwable arg0 )
      {
          super(arg0);
          // TODO Auto-generated constructor stub
      }
  
      /**
       * @param arg0
       * @param arg1
       */
      public PortletEntityNotGeneratedException( String arg0, Throwable arg1 )
      {
          super(arg0, arg1);
          // TODO Auto-generated constructor stub
      }
  
  }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org