public class ReconstructedException extends RemoteException
Pipe.readThrowable() if the Throwable was
not serializable or depends on classes that are not found. If a pipe was
used, it cannot be used any more and must be closed.detail| Constructor and Description |
|---|
ReconstructedException(Throwable reconstructCause,
String reconstructedClassName,
String message,
Throwable cause) |
ReconstructedException(Throwable reconstructCause,
Throwable reconstructed) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
Returns the Throwable which was reconstructed, or null if not possible.
|
Throwable |
getReconstructCause()
Returns the cause that forced the Throwable to be reconstructed.
|
getMessageaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ReconstructedException(Throwable reconstructCause, Throwable reconstructed)
public Throwable getCause()
getCause in class RemoteExceptionpublic Throwable getReconstructCause()
Copyright © 2006–2015 Cojen. All rights reserved.