Skip navigation links

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


oracle.iam.rm.server_api
Class InvalidUserException

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.InvalidUserException

All Implemented Interfaces:
java.io.Serializable

public class InvalidUserException
extends ServerException

An exception thrown by the server API to express a that the user used for the operation is not valid.

See Also:
Serialized Form

Constructor Summary
InvalidUserException(java.lang.String msg)
          Constructs an InvalidUserException 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

InvalidUserException

public InvalidUserException(java.lang.String msg)
Constructs an InvalidUserException 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.