© 2003 BEA Systems, Inc.

com.bea.p13n.usermgmt.profile
Class ProfileNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bea.p13n.exceptions.ApplicationException
                    |
                    +--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
 
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

© 2003 BEA Systems, Inc.

Copyright © 2003 BEA Systems, Inc. All Rights Reserved