Java java.rmi AccessException fields, constructors, methods, implement or subclass

Example usage for Java java.rmi AccessException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.rmi AccessException.

The text is from its open source code.

Constructor

AccessException(String s, Exception ex)
Constructs an AccessException with the specified detail message and nested exception.
AccessException(String s)
Constructs an AccessException with the specified detail message.