public class

ActivateFailedException

extends RemoteException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ java.rmi.RemoteException
           ↳ java.rmi.activation.ActivateFailedException

Class Overview

This exception is thrown by the RMI runtime when activation fails during a remote call to an activatable object.

Summary

[Expand]
Inherited Fields
From class java.rmi.RemoteException
Public Constructors
ActivateFailedException(String s)
Constructs an ActivateFailedException with the specified detail message.
ActivateFailedException(String s, Exception ex)
Constructs an ActivateFailedException with the specified detail message and nested exception.
[Expand]
Inherited Methods
From class java.rmi.RemoteException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ActivateFailedException (String s)

Constructs an ActivateFailedException with the specified detail message.

Parameters
s the detail message

public ActivateFailedException (String s, Exception ex)

Constructs an ActivateFailedException with the specified detail message and nested exception.

Parameters
s the detail message
ex the nested exception