java.rmi
Class UnexpectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
java.rmi.UnexpectedException
- All Implemented Interfaces:
- Serializable
public class UnexpectedException
- extends RemoteException
Thrown if an unexpected checked exception was received in a remote
procedure call.
- Since:
- 1.1
- See Also:
- Serialized Form
- Status:
- updated to 1.4
UnexpectedException
public UnexpectedException(String s)
- Create an exception with a message.
- Parameters:
s - the message
UnexpectedException
public UnexpectedException(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-2009 aicas GmbH. All Rights Reserved.