Where Am I? Class Hierarchy (JDK) All Classes (JDK) All Fields and Methods (JDK)

Class java.rmi.AccessException

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

public class AccessException
extends RemoteException


Constructor Index

AccessException(String)
Create a new AccessException with a description.
AccessException(String, Exception)
Create a new AccessException with a description and detail exception.

Constructors

AccessException
 public AccessException(String s)
Create a new AccessException with a description.

AccessException
 public AccessException(String s,
                        Exception ex)
Create a new AccessException with a description and detail exception.


Where Am I? Class Hierarchy (JDK) All Classes (JDK) All Fields and Methods (JDK)