All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.rmi.activation.ActivationException

java.lang.Object
    |
    +----java.lang.Throwable
            |
            +----java.lang.Exception
                    |
                    +----java.rmi.activation.ActivationException

public class ActivationException
extends Exception
General exception used by the activation interfaces.

Since:
JDK1.2

Variable Index

 o detail

Constructor Index

 o ActivationException()
Constructs an activation exception
 o ActivationException(String)
Constructs an activaiton exception with text, s
 o ActivationException(String, Throwable)
Constructs and activation exception with detail message, s, and detail exception ex.

Method Index

 o getMessage()
Produce the message, include the message from the nested exception if there is one.

Variables

 o detail
public Throwable detail

Constructors

 o ActivationException
public ActivationException()
Constructs an activation exception

 o ActivationException
public ActivationException(String s)
Constructs an activaiton exception with text, s

Parameters:
s - detail message
 o ActivationException
public ActivationException(String s,
                           Throwable ex)
Constructs and activation exception with detail message, s, and detail exception ex.

Parameters:
s - detail message
ex - detail exception

Methods

 o getMessage
public String getMessage()
Produce the message, include the message from the nested exception if there is one.

Overrides:
getMessage in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature