java.rmi
Class AccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
java.rmi.AccessException
- All Implemented Interfaces:
- Serializable
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:
- 1.1
- See Also:
Naming,
ActivationSystem,
Serialized Form
AccessException
public AccessException(String s)
- Create an exception with a message.
- Parameters:
s - the message
AccessException
public AccessException(String s,
Exception e)
- Create an exception with a message and a cause.
- Parameters:
s - the messagee - the cause
aicas GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2001-2008 aicas GmbH. All Rights Reserved.