Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


oracle.webcenter.peopleconnections.profile
Class ProfileAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.webcenter.framework.service.BaseWCServiceException
              extended by oracle.webcenter.peopleconnections.profile.ProfileException
                  extended by oracle.webcenter.peopleconnections.profile.ProfileAccessException

All Implemented Interfaces:
java.io.Serializable

public class ProfileAccessException
extends ProfileException

This exception represents the error condition that an operation was attempted to be performed on the profile service without the current user having the required privileges.

See Also:
Serialized Form

Field Summary
static java.lang.String ERROR_RES_BUNDLE_NAME
           

 

Constructor Summary
ProfileAccessException()
          Deprecated. Use the constructor that takes in a message resource key as argument.
ProfileAccessException(java.lang.String messageKey)
           

 

Method Summary

 

Methods inherited from class oracle.webcenter.framework.service.BaseWCServiceException
getCause, getLocalizedMessage, printStackTrace

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

ERROR_RES_BUNDLE_NAME

public static final java.lang.String ERROR_RES_BUNDLE_NAME
See Also:
Constant Field Values

Constructor Detail

ProfileAccessException

@Deprecated
public ProfileAccessException()
Deprecated. Use the constructor that takes in a message resource key as argument.

ProfileAccessException

public ProfileAccessException(java.lang.String messageKey)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.