com.bea.p13n.usermgmt.profile
Class ProfileNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.p13n.exceptions.ApplicationException
              extended by com.bea.p13n.usermgmt.profile.ProfileNotFoundException
All Implemented Interfaces
Serializable
Direct Known Subclasses:
SuccessorNotFoundException

public class ProfileNotFoundException
extends ApplicationException

Application exception to signify that a requested profile could not be found in the database.

See Also
Serialized Form

Constructor Summary
ProfileNotFoundException()
           
ProfileNotFoundException(String message)
          Constructor
ProfileNotFoundException(String message, Throwable t)
          Constructor
ProfileNotFoundException(Throwable t)
          Constructor
 
Method Summary
 
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

ProfileNotFoundException

public ProfileNotFoundException()

ProfileNotFoundException

public ProfileNotFoundException(String message)
Constructor

Parameters
message - String representing the Exception message

ProfileNotFoundException

public ProfileNotFoundException(String message,
                                Throwable t)
Constructor

Parameters
message - String representing the Exception message
t - Throwable object representing the wrapped or chained exception

ProfileNotFoundException

public ProfileNotFoundException(Throwable t)
Constructor

Parameters
t - Throwable object representing the wrapped or chained exception


Copyright © 2006 BEA Systems, Inc. All Rights Reserved