Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


oracle.iam.rm.server_api
Class InvalidEntityKeyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.iam.rm.server_api.ServerException
              extended by oracle.iam.rm.server_api.InvalidEntityKeyException

All Implemented Interfaces:
java.io.Serializable

public class InvalidEntityKeyException
extends ServerException

An exception thrown by the server API to express that the entity-key used for the operation is not valid.

See Also:
Serialized Form

Constructor Summary
InvalidEntityKeyException(java.lang.String msg)
          Constructs an InvalidEntityException instance.

 

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

InvalidEntityKeyException

public InvalidEntityKeyException(java.lang.String msg)
Constructs an InvalidEntityException instance.
Parameters:
msg - String representing error message

Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


Copyright © 2008, 2009 Oracle. All Rights Reserved.