public class ObjectExceptionWrapper
extends java.io.ObjectStreamException
Constructor and Description |
---|
ObjectExceptionWrapper(java.lang.String msg)
Create a basic ObjectExceptionWrapper with a message.
|
ObjectExceptionWrapper(java.lang.Throwable rootCause)
Create a ObjectExceptionWrapper wrapping a root exception.
|
public ObjectExceptionWrapper(java.lang.String msg)
msg
- the exception message.public ObjectExceptionWrapper(java.lang.Throwable rootCause)
rootCause
- the underlying wrapped exception.