Name

ActivationException

Synopsis

This is a base class used for all non-remote activation-related exceptions (i.e., exceptions thrown between components of the activation system, or by the local activation system to clients invoking its methods).

                  Returned By
public class ActivationException extends Exception {
// Public Constructors
   public ActivationException();  
   public ActivationException( String s);  
   public ActivationException( String s, Throwable ex);  
// Public Methods Overriding Throwable
   public Throwable getCause();                                  // default:null, 1.4
   public String getMessage();                                   // default:null
                  // Public Instance Fields
   public Throwable detail;  
}

Subclasses

UnknownGroupException, UnknownObjectException

Thrown By

Too many methods to list.

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.