Class RemoteProxyException

  • All Implemented Interfaces:
    Serializable

    public class RemoteProxyException
    extends Exception
    A partial, client-side representation of a server exception, when the full exception cannot be reconstructed.
    Since:
    1.0.0
    Version:
    $Id: RemoteProxyException.java 16154 2012-07-14 16:34:05Z colin $
    Author:
    tlerios@marketcetera.com
    See Also:
    Serialized Form
    • Field Detail

      • mTraceCapture

        private final String[] mTraceCapture
      • mServerString

        private final String mServerString
      • mServerName

        private final String mServerName
    • Constructor Detail

      • RemoteProxyException

        public RemoteProxyException​(String message,
                                    String[] traceCapture,
                                    String serverString,
                                    String serverName)
        Creates a new client-side representation of a server exception, whose marshalled information is given.
        Parameters:
        message - The server-localized message, which may be null.
        traceCapture - The stack trace capture, which may be null.
        serverString - The server string representation, which may be null.
        serverName - The server class name, which may be null.