ibis.rmi
Class AccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
ibis.ipl.IbisIOException
ibis.rmi.RemoteException
ibis.rmi.AccessException
- All Implemented Interfaces:
- java.io.Serializable
- public class AccessException
- extends RemoteException
The AccessException
is never actually thrown in Ibis RMI.
- See Also:
- Serialized Form
Constructor Summary |
AccessException(java.lang.String s)
Constructs an AccessException with the specified
detail message. |
AccessException(java.lang.String s,
java.lang.Exception e)
Constructs an AccessException with the specified
detail message and nested exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AccessException
public AccessException(java.lang.String s)
- Constructs an
AccessException
with the specified
detail message.
- Parameters:
s
- the detail message
AccessException
public AccessException(java.lang.String s,
java.lang.Exception e)
- Constructs an
AccessException
with the specified
detail message and nested exception.
- Parameters:
s
- the detail messagee
- the nested exception
The Ibis project