Package com.zfabrik.z2unit
Class RemoteErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zfabrik.z2unit.RemoteErrorException
- All Implemented Interfaces:
Serializable
If a remote error could not be provided locally (typically due to serialization or
de-serialization problems, we use this local exception to provide some throwable
to JUnit. This exception wraps a textual representation of the remote error.
- See Also:
- Serialized Form
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RemoteErrorException
-
-
Method Details
-
getRemoteStackTrace
-
getMessage
- Overrides:
getMessage
in classThrowable
-