Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.rmi

Class AccessException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.io.IOException
         |
         +--java.rmi.RemoteException
            |
            +--java.rmi.AccessException


public class AccessException

extends RemoteException

Thrown to indicate that the caller does not have permission to access certain data, such as bind in an ActivationSystem.

Since:Author:See Also:

Constructor Summary

AccessException(java.lang.String s)

Create an exception with a message.
AccessException(java.lang.String s, java.lang.Exception e)

Create an exception with a message and a cause.

Constructor Details

AccessException

public AccessException(java.lang.String s)

Create an exception with a message.

Parameters:


AccessException

public AccessException(java.lang.String s, java.lang.Exception e)

Create an exception with a message and a cause.

Parameters: