Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

J2ME RMI Optional Package

java.rmi.activation
Class ActivationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.rmi.activation.ActivationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UnknownObjectException

public class ActivationException
extends java.lang.Exception

General exception used by the activation interfaces.

Since:
1.2
See Also:
Serialized Form

Field Summary
 java.lang.Throwable detail
          Nested Exception to hold wrapped remote exceptions.
 
Constructor Summary
ActivationException()
          Constructs an ActivationException with no specified detail message.
ActivationException(java.lang.String s)
          Constructs an ActivationException with detail message, s.
ActivationException(java.lang.String s, java.lang.Throwable ex)
          Constructs an ActivationException with detail message, s, and detail exception ex.
 
Method Summary
 java.lang.String getMessage()
          Produces the message, include the message from the nested exception if there is one.
 void printStackTrace()
          Prints the composite message to System.err.
 void printStackTrace(java.io.PrintStream ps)
          Prints the composite message and the embedded stack trace to the specified stream ps.
 void printStackTrace(java.io.PrintWriter pw)
          Prints the composite message and the embedded stack trace to the specified print writer pw.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

detail

public java.lang.Throwable detail
Nested Exception to hold wrapped remote exceptions.
Constructor Detail

ActivationException

public ActivationException()
Constructs an ActivationException with no specified detail message.
Since:
1.2

ActivationException

public ActivationException(java.lang.String s)
Constructs an ActivationException with detail message, s.
Parameters:
s - the detail message
Since:
1.2

ActivationException

public ActivationException(java.lang.String s,
                           java.lang.Throwable ex)
Constructs an ActivationException with detail message, s, and detail exception ex.
Parameters:
s - detail message
ex - detail exception
Since:
1.2
Method Detail

getMessage

public java.lang.String getMessage()
Produces the message, include the message from the nested exception if there is one.
Overrides:
getMessage in class java.lang.Throwable
Returns:
the message
Since:
1.2

printStackTrace

public void printStackTrace(java.io.PrintStream ps)
Prints the composite message and the embedded stack trace to the specified stream ps.
Overrides:
printStackTrace in class java.lang.Throwable
Parameters:
ps - the print stream
Since:
1.2

printStackTrace

public void printStackTrace()
Prints the composite message to System.err.
Overrides:
printStackTrace in class java.lang.Throwable
Since:
1.2

printStackTrace

public void printStackTrace(java.io.PrintWriter pw)
Prints the composite message and the embedded stack trace to the specified print writer pw.
Overrides:
printStackTrace in class java.lang.Throwable
Parameters:
pw - the print writer
Since:
1.2

J2ME RMI Optional Package

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 66 specification.
ing H