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
detail-
ActivationException()
- Constructs an activation exception
ActivationException(String)
- Constructs an activaiton exception with text,
s
ActivationException(String, Throwable)
- Constructs and activation exception with detail message,
s
, and detail exception ex.
getMessage()
- Produce the message, include the message from the nested
exception if there is one.
detail
public Throwable detail
ActivationException
public ActivationException()
- Constructs an activation exception
ActivationException
public ActivationException(String s)
- Constructs an activaiton exception with text,
s
- Parameters:
- s - detail message
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
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