Class ExceptionHandlerImpl.ExceptionRWIDLImpl

    • Field Detail

      • readMethod

        private java.lang.reflect.Method readMethod
      • writeMethod

        private java.lang.reflect.Method writeMethod
    • Constructor Detail

      • ExceptionRWIDLImpl

        public ExceptionRWIDLImpl​(java.lang.Class cls)
    • Method Detail

      • write

        public void write​(OutputStream os,
                          java.lang.Exception ex)
      • read

        public java.lang.Exception read​(InputStream is)