Skip navigation links

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


oracle.iam.rm.server_api
Class ServerException

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

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidEntityKeyException, InvalidUserException, ValidationException

public class ServerException
extends java.lang.Exception

An exception thrown by the server API to express a problem from the server.

See Also:
Serialized Form

Constructor Summary
ServerException()
          Constructs a ServerException instance.
ServerException(java.lang.String message)
          Constructs a ServerException instance with the provide message.

 

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

ServerException

public ServerException()
Constructs a ServerException instance.

ServerException

public ServerException(java.lang.String message)
Constructs a ServerException instance with the provide message.
Parameters:
message - String representing the reason for the exception

Skip navigation links

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


Copyright © 2008, 2009 Oracle. All Rights Reserved.