|
JavaTM 2 Platform Standard Edition |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.rmi.activation.ActivationException
General exception used by the activation interfaces.
Field Summary | |
Throwable |
detail
Nested Exception to hold wrapped remote exceptions. |
Constructor Summary | |
ActivationException()
Constructs an ActivationException with no specified
detail message. |
|
ActivationException(String s)
Constructs an ActivationException with detail
message, s . |
|
ActivationException(String s,
Throwable ex)
Constructs an ActivationException with detail message,
s , and detail exception ex . |
Method Summary | |
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(PrintStream ps)
Prints the composite message and the embedded stack trace to the specified stream ps . |
void |
printStackTrace(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 |
public Throwable detail
Constructor Detail |
public ActivationException()
ActivationException
with no specified
detail message.public ActivationException(String s)
ActivationException
with detail
message, s
.s
- the detail messagepublic ActivationException(String s, Throwable ex)
ActivationException
with detail message,
s
, and detail exception ex
.s
- detail messageex
- detail exceptionMethod Detail |
public String getMessage()
public void printStackTrace(PrintStream ps)
ps
.ps
- the print streampublic void printStackTrace()
System.err
.public void printStackTrace(PrintWriter pw)
pw
pw
- the print writer
|
JavaTM 2 Platform Standard Edition |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |