org.apache.jetspeed.util
Class JetspeedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.jetspeed.util.JetspeedException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DaemonException, DaemonNotFoundException, PortalPersistenceException, PortletException, ProfileException, RegistryException

public class JetspeedException
extends java.lang.Exception

Occurs when anything unexpected happens within Jetspeed.Any defined exceptions within Jetspeed should always extend from this.

Version:
$Id: JetspeedException.java,v 1.4 2004/02/23 03:23:42 jford Exp $
Author:
Kevin A. Burton
See Also:
Serialized Form

Constructor Summary
JetspeedException()
           
JetspeedException(java.lang.String message)
           
 
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

JetspeedException

public JetspeedException()

JetspeedException

public JetspeedException(java.lang.String message)


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