Exception: java.rmi.activation.ActivateFailedException

This exception is thrown by the RMI runtime when activation fails during a remote call to an activatable object.
Authors:
@author Ann Wollrath
Since:
@since 1.2

Inheritance

Superclass tree: Implements:

Methods

  • ActivateFailedExceptiontop

    public ActivateFailedException(String s)
    Constructs an ActivateFailedException with the specified detail message.
    Parameters:
    @param s the detail message
    Since:
    @since 1.2
    Google Code Search
    Stack Overflow
  • ActivateFailedExceptiontop

    public ActivateFailedException(String s, Exception ex)
    Constructs an ActivateFailedException with the specified detail message and nested exception.
    Parameters:
    @param s the detail message
    @param ex the nested exception
    Since:
    @since 1.2
    Google Code Search
    Stack Overflow