private static class ReadyState.RemoteExceptionWrapper extends RuntimeException
RemoteException
from being
wrapped in a ServerException
by the RMI implementation.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
added for consistency; this will never be used
|
private RemoteException |
wrapped
the exception that will be written to the output stream
|
Constructor and Description |
---|
ReadyState.RemoteExceptionWrapper(RemoteException wrapped)
Simple constructor
|
Modifier and Type | Method and Description |
---|---|
private Object |
writeReplace()
returns the exception to marshal
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
private final RemoteException wrapped
public ReadyState.RemoteExceptionWrapper(RemoteException wrapped)
private Object writeReplace()
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.