|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.jini.space.InternalSpaceException
public class InternalSpaceException
This exception denotes a problem with the local implementation of the
JavaSpace
interface. The detail
field
will give a description that can be reported to the space developer
(and may be documented in that space's external documentation).
JavaSpace
,
Serialized FormField Summary | |
---|---|
Throwable |
nestedException
The exception (if any) that triggered the internal exception. |
Constructor Summary | |
---|---|
InternalSpaceException(String str)
Create an exception, forwarding a string to the superclass constructor. |
|
InternalSpaceException(String str,
Throwable ex)
Create an exception, forwarding a string and exception to the superclass constructor. |
Method Summary | |
---|---|
void |
printStackTrace()
Print the stack trace of this exception, plus that of the nested exception, if any. |
void |
printStackTrace(PrintStream out)
Print the stack trace of this exception, plus that of the nested exception, if any. |
void |
printStackTrace(PrintWriter out)
Print the stack trace of this exception, plus that of the nested exception, if any. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final Throwable nestedException
null
.
Constructor Detail |
---|
public InternalSpaceException(String str)
str
- a detail messagepublic InternalSpaceException(String str, Throwable ex)
str
- a detail messageex
- a nested exceptionMethod Detail |
---|
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream out)
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter out)
printStackTrace
in class Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |