Skip navigation links

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


oracle.iam.rm.client
Class ServerCommunicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.iam.rm.client.ServerCommunicationException

All Implemented Interfaces:
java.io.Serializable

public class ServerCommunicationException
extends java.lang.RuntimeException

A general runtime exception indicating that server communication failed.

See Also:
Serialized Form

Constructor Summary
ServerCommunicationException(java.rmi.RemoteException cause)
          Constructor.

 

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

ServerCommunicationException

public ServerCommunicationException(java.rmi.RemoteException cause)
Constructor.
Parameters:
cause - RemoteException

Skip navigation links

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


Copyright © 2008, 2009 Oracle. All Rights Reserved.