Package rma.lang
Class NestingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
rma.lang.NestingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DbfNestedException
exception that is thrown by the RMI Server side.
it will return the stacktrace of the 'real' exception
to the client.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNestingException
(Exception nestedException) NestingException
(String msg) NestingException
(String msg, Exception nestedException) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
NestingException
public NestingException() -
NestingException
-
NestingException
-
NestingException
-
-
Method Details
-
generateStackTraceString
-
getNestedException
-
getStackTraceString
-
getMessage
- Overrides:
getMessage
in classThrowable
-
toString
-