Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.rmi

Class UnexpectedException

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


public class UnexpectedException

extends RemoteException

Thrown if an unexpected checked exception was received in a remote procedure call.

Since:Author:

Constructor Summary

UnexpectedException(java.lang.String s)

Create an exception with a message.
UnexpectedException(java.lang.String s, java.lang.Exception e)

Create an exception with a message and a cause.

Constructor Details

UnexpectedException

public UnexpectedException(java.lang.String s)

Create an exception with a message.

Parameters:


UnexpectedException

public UnexpectedException(java.lang.String s, java.lang.Exception e)

Create an exception with a message and a cause.

Parameters: