Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.7.2)

E10686-10


oracle.adf.share.security
Class ReadOnlyUserProfileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.adf.share.security.ADFSecurityRuntimeException
                  extended by oracle.adf.share.security.ReadOnlyUserProfileException

All Implemented Interfaces:
java.io.Serializable

public class ReadOnlyUserProfileException
extends ADFSecurityRuntimeException

ADF Security exception indicating UserProfile is readonly.

See Also:
Serialized Form

Constructor Summary
ReadOnlyUserProfileException(java.lang.String msgKey)
          Constructs a ReadOnlyUserProfileException with the specified detail message.

 

Method Summary

 

Methods inherited from class oracle.adf.share.security.ADFSecurityRuntimeException
getLocalizedMessage

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

ReadOnlyUserProfileException

public ReadOnlyUserProfileException(java.lang.String msgKey)
Constructs a ReadOnlyUserProfileException with the specified detail message.
Parameters:
msg - String detailed message

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.7.2)

E10686-10


Copyright © 1997, 2013, Oracle. All rights reserved.