© 2005 BEA Systems, Inc.

com.bea.p13n.usermgmt.profile
Class ProfileNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.p13n.exceptions.ApplicationException
              extended bycom.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
 
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


ProfileNotFoundException

public ProfileNotFoundException(String message,
                                Throwable t)
Constructor


ProfileNotFoundException

public ProfileNotFoundException(Throwable t)
Constructor


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved