org.apache.jetspeed.om.profile
Class ProfileException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.jetspeed.util.JetspeedException
              extended byorg.apache.jetspeed.om.profile.ProfileException
All Implemented Interfaces:
java.io.Serializable

public class ProfileException
extends JetspeedException

Occurs when anything unexpected happens within Jetspeed with a Profile.

Version:
$Id: ProfileException.java,v 1.3 2004/02/23 03:05:01 jford Exp $
Author:
David Sean Taylor
See Also:
Serialized Form

Field Summary
static java.lang.String PROFILE_FAILED_STORE
           
 
Constructor Summary
ProfileException()
           
ProfileException(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
 

Field Detail

PROFILE_FAILED_STORE

public static final java.lang.String PROFILE_FAILED_STORE
See Also:
Constant Field Values
Constructor Detail

ProfileException

public ProfileException()

ProfileException

public ProfileException(java.lang.String message)


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